summaryrefslogtreecommitdiffstats
path: root/kturtle/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kturtle/src/parser.h')
-rw-r--r--kturtle/src/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kturtle/src/parser.h b/kturtle/src/parser.h
index 68836221..c6948a7d 100644
--- a/kturtle/src/parser.h
+++ b/kturtle/src/parser.h
@@ -26,9 +26,10 @@
#include "treenode.h"
-class Parser : public QObject
+class Parser : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Parser(TQTextIStream& in);