kdelibs/interfaces/terminal/example/main.h

15 lines
156 B
C
Raw Normal View History

2014-11-13 01:04:59 +02:00
#ifndef MAIN_H
#define MAIN_H
2015-07-15 20:20:08 +00:00
#include <QObject>
2014-11-13 01:04:59 +02:00
#include <KMainWindow>
class Window : public KMainWindow
{
Q_OBJECT
public:
Window();
};
#endif