summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:30:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:30:39 +0900
commitdef2bc3d97352c3d417638b0364d0719c1c4e69f (patch)
tree867d45dbc2ef504aa5d0275851339dabb7529d09 /src/editor.h
parent467ef6c195361fef7211fad93d472f0ec9bd751e (diff)
downloadabakus-def2bc3d97352c3d417638b0364d0719c1c4e69f.tar.gz
abakus-def2bc3d97352c3d417638b0364d0719c1c4e69f.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: