#ifndef BKESPEL_H #define BKESPEL_H #include "ui_bke.h" #include "boter.h" class BKESpel : public QWidget, private Ui::BKEForm { Q_OBJECT public: BKESpel ( ); private slots: void on_Vak22_clicked ( ); // en ook voor de andere ... private: // functies // later misschien ... private: // variabelen bke hetspel; };//BKEspel #endif //BKESPEL_H