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 7b61cf0..acef6fe 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -37,7 +37,7 @@ class Evaluator;
class Editor : public TQTextEdit
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -105,7 +105,7 @@ class Editor : public TQTextEdit
class EditorCompletion : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditorCompletion( Editor* editor );