summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keducaview.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/keducaview.h')
-rw-r--r--keduca/keduca/keducaview.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/keduca/keduca/keducaview.h b/keduca/keduca/keducaview.h
index aa04df5e..0e70edd3 100644
--- a/keduca/keduca/keducaview.h
+++ b/keduca/keduca/keducaview.h
@@ -40,12 +40,13 @@ class KGroupEduca;
*@author Javier Campos
*/
-class KEducaView : public QWidgetStack
+class KEducaView : public TQWidgetStack
{
Q_OBJECT
+ TQ_OBJECT
public:
- KEducaView(TQWidget *parent=0, const char *name=0);
+ KEducaView(TQWidget *tqparent=0, const char *name=0);
~KEducaView();
/** Open url */
bool openURL( const KURL &url);
@@ -114,7 +115,7 @@ private:
/** Current results */
TQString _currentResults;
/** If is init window */
- bool _isInitStatus;
+ bool _isInittqStatus;
TQTimer *_timeoutTimer;
/** Num of correct answers */
int _correctAnswer;