summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/hadifix
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:04:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:18:16 +0900
commit5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1 (patch)
tree7abaf70b46b32c487405bc64344d62e7c98710a3 /kttsd/plugins/hadifix
parent48a8f38998644ffd097f6e79854d7d8494eb6313 (diff)
downloadtdeaccessibility-5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1.tar.gz
tdeaccessibility-5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9)
Diffstat (limited to 'kttsd/plugins/hadifix')
-rw-r--r--kttsd/plugins/hadifix/hadifixconf.h2
-rw-r--r--kttsd/plugins/hadifix/hadifixproc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/hadifix/hadifixconf.h b/kttsd/plugins/hadifix/hadifixconf.h
index 14d56bc..a773a4b 100644
--- a/kttsd/plugins/hadifix/hadifixconf.h
+++ b/kttsd/plugins/hadifix/hadifixconf.h
@@ -11,7 +11,7 @@ class HadifixProc;
class HadifixConfPrivate;
class HadifixConf : public PlugInConf {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kttsd/plugins/hadifix/hadifixproc.h b/kttsd/plugins/hadifix/hadifixproc.h
index 34039c0..d3f6745 100644
--- a/kttsd/plugins/hadifix/hadifixproc.h
+++ b/kttsd/plugins/hadifix/hadifixproc.h
@@ -26,7 +26,7 @@ class TDEProcess;
class HadifixProcPrivate;
class HadifixProc : public PlugInProc{
- Q_OBJECT
+ TQ_OBJECT
public: