diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:43 +0900 |
commit | 7e77af43cf418ec910290e28235c47f90a744043 (patch) | |
tree | 78b5448892d7235ce7c214a5eb412c8d5ca0c6d8 /konversation/src/scriptlauncher.h | |
parent | cfe04adb2d809ae6ff02108b8156e4583bb7fcc9 (diff) | |
download | konversation-7e77af43cf418ec910290e28235c47f90a744043.tar.gz konversation-7e77af43cf418ec910290e28235c47f90a744043.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konversation/src/scriptlauncher.h')
-rw-r--r-- | konversation/src/scriptlauncher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/scriptlauncher.h b/konversation/src/scriptlauncher.h index 9509030..d678ce9 100644 --- a/konversation/src/scriptlauncher.h +++ b/konversation/src/scriptlauncher.h @@ -20,7 +20,7 @@ class Server; class ScriptLauncher : public TQObject { - Q_OBJECT + TQ_OBJECT public: |