summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kquestion.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kquestion.h')
-rw-r--r--keduca/keduca/kquestion.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/keduca/keduca/kquestion.h b/keduca/keduca/kquestion.h
index 1753375e..2cd53a30 100644
--- a/keduca/keduca/kquestion.h
+++ b/keduca/keduca/kquestion.h
@@ -19,9 +19,9 @@
#ifndef KQUESTION_H
#define KQUESTION_H
-#include <qhbox.h>
-#include <qtextedit.h>
-#include <qlabel.h>
+#include <tqhbox.h>
+#include <tqtextedit.h>
+#include <tqlabel.h>
class QTimer;
class KProgress;
@@ -35,12 +35,12 @@ class KQuestion : public QHBox
Q_OBJECT
public:
- KQuestion(QWidget *parent=0, const char *name=0);
+ KQuestion(TQWidget *parent=0, const char *name=0);
~KQuestion();
/** Set pixmap */
- void setPixmap( const QPixmap pixmap);
+ void setPixmap( const TQPixmap pixmap);
/** Set text */
- void setText( const QString &text);
+ void setText( const TQString &text);
/** show a countdown, starting at "starttime" and counting
down to 0, each second one count.
@@ -67,10 +67,10 @@ private:
// Private attributes
/** Main View */
- QTextEdit *_view;
+ TQTextEdit *_view;
/** Main Picture */
- QLabel *_picture;
- QTimer *_countdownTimer;
+ TQLabel *_picture;
+ TQTimer *_countdownTimer;
KProgress *_countdownWidget;
int _currentCount;
int _totalCount;