summaryrefslogtreecommitdiffstats
path: root/kgeography/src/boxasker.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
commit0a6e0958c03e41c87b15557b6f407874f20c2f8d (patch)
tree2cdd58c4013b1be09cfcbb4ddae2b05712b9aeee /kgeography/src/boxasker.h
parent83f9dfafc157ff7823804b3ff457b43d021a5b4b (diff)
downloadtdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.tar.gz
tdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kgeography/src/boxasker.h')
-rw-r--r--kgeography/src/boxasker.h16
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