summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.h b/src/editor.h
index 94bcfcf..9fb6836 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -36,7 +36,7 @@ class Evaluator;
class Editor : public TQTextEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -104,7 +104,7 @@ class Editor : public TQTextEdit
class EditorCompletion : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: