diff options
Diffstat (limited to 'kgeography/src/divisionflagasker.h')
-rw-r--r-- | kgeography/src/divisionflagasker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kgeography/src/divisionflagasker.h b/kgeography/src/divisionflagasker.h index a0611d28..5e1eaef2 100644 --- a/kgeography/src/divisionflagasker.h +++ b/kgeography/src/divisionflagasker.h @@ -16,12 +16,12 @@ class divisionFlagAsker : public boxAsker { public: - divisionFlagAsker(QWidget *parent, KGmap *m, QWidget *w, uint count); + divisionFlagAsker(TQWidget *parent, KGmap *m, TQWidget *w, uint count); protected: - bool nextBoxAskerQuestionHook(const QString &division, int i, bool isAnswer); + bool nextBoxAskerQuestionHook(const TQString &division, int i, bool isAnswer); void setAnswerHook(int userSays); - QString getQuestionHook() const; + TQString getQuestionHook() const; }; #endif |