summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/qaview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwordquiz/src/qaview.h')
-rw-r--r--kwordquiz/src/qaview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwordquiz/src/qaview.h b/kwordquiz/src/qaview.h
index 656eec83..fce3e461 100644
--- a/kwordquiz/src/qaview.h
+++ b/kwordquiz/src/qaview.h
@@ -29,14 +29,14 @@
/**
@author Peter Hedlund
*/
-class TQAView : public QAViewBase
+class QAView : public QAViewBase
{
Q_OBJECT
TQ_OBJECT
public:
- TQAView(TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0);
+ QAView(TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0);
- ~TQAView();
+ ~QAView();
void setQuiz(WQQuiz *quiz);
void init();