diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:36:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 20:33:49 +0900 |
commit | 3f0134feb95cc63a1eae7eab86885eabc74abc00 (patch) | |
tree | 6a23c983813aab783b649ffd355b41f9cb3785bd /src/kile/kilejscript.h | |
parent | 9a1b6c4b765897212ff00f62e7257efe1089ea95 (diff) | |
download | kile-3f0134feb95cc63a1eae7eab86885eabc74abc00.tar.gz kile-3f0134feb95cc63a1eae7eab86885eabc74abc00.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ef6344d6ede02a3ae8e82ba418142dd5a5590609)
Diffstat (limited to 'src/kile/kilejscript.h')
-rw-r--r-- | src/kile/kilejscript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kilejscript.h b/src/kile/kilejscript.h index 02983ac..8357689 100644 --- a/src/kile/kilejscript.h +++ b/src/kile/kilejscript.h @@ -118,7 +118,7 @@ class JScriptEnvironment { * This class handles the scripting functionality in Kile. **/ class Manager : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -263,7 +263,7 @@ class Manager : public TQObject { }; class ScriptExecutionAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: |