summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:58:35 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:58:35 -0600
commit45794e38a2e63ec524e44d45c47b5894879906a3 (patch)
tree976c5fd75ca54ce31f9c0cb07e531d2aa6c88db3 /src/editor.h
parentaf16f2796aed9a860d405ba77193bf4b9b90c21e (diff)
downloadabakus-45794e38a2e63ec524e44d45c47b5894879906a3.tar.gz
abakus-45794e38a2e63ec524e44d45c47b5894879906a3.zip
Remove spurious TQ_OBJECT instances
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 );