#ifndef KHELLOWORLD_H #define KHELLOWORLD_H #include #include class KHelloWorld : public KMainWindow{ Q_OBJECT public: QPushButton* button; KHelloWorld(); ~KHelloWorld(); public slots: void slotLeave(); }; #endif /* KHELLOWORLD_H */