diff options
Diffstat (limited to 'kgeography/src/boxasker.h')
-rw-r--r-- | kgeography/src/boxasker.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kgeography/src/boxasker.h b/kgeography/src/boxasker.h index a9391f43..f48878ef 100644 --- a/kgeography/src/boxasker.h +++ b/kgeography/src/boxasker.h @@ -23,19 +23,19 @@ class boxAsker : public askWidget { Q_OBJECT public: - boxAsker(QWidget *parent, KGmap *m, QWidget *w, uint count); + boxAsker(TQWidget *parent, KGmap *m, TQWidget *w, uint count); ~boxAsker(); protected: - virtual bool nextBoxAskerQuestionHook(const QString &division, int i, bool isAnswer) = 0; - void nextQuestionHook(const QString &division); - void setQuestion(const QString &q); + virtual bool nextBoxAskerQuestionHook(const TQString &division, int i, bool isAnswer) = 0; + void nextQuestionHook(const TQString &division); + void setQuestion(const TQString &q); virtual void setAnswerHook(int userSays) = 0; - void keyReleaseEvent(QKeyEvent *e); + void keyReleaseEvent(TQKeyEvent *e); - QVBoxLayout *p_lay; - QRadioButton **p_rb; + TQVBoxLayout *p_lay; + TQRadioButton **p_rb; protected slots: void init(); @@ -51,7 +51,7 @@ Q_OBJECT // the position the correct answer is in int p_position; - QLabel *p_label; + TQLabel *p_label; }; #endif |