#ifndef MAIN_H #define MAIN_H #include #include class Window : public KMainWindow { Q_OBJECT public: Window(); }; #endif