diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:04:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:04:52 +0900 |
commit | 1cb737eca8ee850f3d0678b96d06a733a05db4d9 (patch) | |
tree | 4152f219d0169c7a30155cfd512a0ffcde61be54 /kmousetool | |
parent | 7122d7432e2a34fbaa25f2aaeb25d121d120d9b7 (diff) | |
download | tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.tar.gz tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
-rw-r--r-- | kmousetool/kmousetool/kmousetool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmousetool/kmousetool/kmousetool.h b/kmousetool/kmousetool/kmousetool.h index 210aefb..303520f 100644 --- a/kmousetool/kmousetool/kmousetool.h +++ b/kmousetool/kmousetool/kmousetool.h @@ -54,7 +54,7 @@ class KMouseToolTray; class KMouseTool : public KMouseToolUI { - Q_OBJECT + TQ_OBJECT private: @@ -194,7 +194,7 @@ public: }; class KMouseToolTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT int startStopId; public: |