summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keducaprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/keducaprefs.h')
-rw-r--r--keduca/keduca/keducaprefs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/keduca/keduca/keducaprefs.h b/keduca/keduca/keducaprefs.h
index b1493798..39efb2e2 100644
--- a/keduca/keduca/keducaprefs.h
+++ b/keduca/keduca/keducaprefs.h
@@ -20,8 +20,8 @@
#include <kdialogbase.h>
-#include <qradiobutton.h>
-#include <qcheckbox.h>
+#include <tqradiobutton.h>
+#include <tqcheckbox.h>
/** Preferences for KEduca TestMaster (class KEduca)
*@author Javier Campos
@@ -31,7 +31,7 @@ class KEducaPrefs : public KDialogBase {
Q_OBJECT
public:
- KEducaPrefs(QWidget *parent=0, const char *name=0, bool modal=true);
+ KEducaPrefs(TQWidget *parent=0, const char *name=0, bool modal=true);
~KEducaPrefs();
private:
@@ -48,11 +48,11 @@ private:
// Private attributes
/** Show result after next */
- QRadioButton *_resultAfterNext;
+ TQRadioButton *_resultAfterNext;
/** Show results after finish */
- QRadioButton *_resultAfterFinish;
- QCheckBox *_randomQuestions;
- QCheckBox *_randomAnswers;
+ TQRadioButton *_resultAfterFinish;
+ TQCheckBox *_randomQuestions;
+ TQCheckBox *_randomAnswers;
private slots:
/** Push ok button */