diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:39 +0900 |
commit | def2bc3d97352c3d417638b0364d0719c1c4e69f (patch) | |
tree | 867d45dbc2ef504aa5d0275851339dabb7529d09 /src/editor.h | |
parent | 467ef6c195361fef7211fad93d472f0ec9bd751e (diff) | |
download | abakus-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.h | 4 |
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: |