diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:04:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:04:52 +0900 |
commit | 1cb737eca8ee850f3d0678b96d06a733a05db4d9 (patch) | |
tree | 4152f219d0169c7a30155cfd512a0ffcde61be54 /kttsd/plugins/epos | |
parent | 7122d7432e2a34fbaa25f2aaeb25d121d120d9b7 (diff) | |
download | tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.tar.gz tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kttsd/plugins/epos')
-rw-r--r-- | kttsd/plugins/epos/eposconf.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/epos/eposproc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/epos/eposconf.h b/kttsd/plugins/epos/eposconf.h index 73df5dd..9f5e6e8 100644 --- a/kttsd/plugins/epos/eposconf.h +++ b/kttsd/plugins/epos/eposconf.h @@ -42,7 +42,7 @@ class EposProc; class KProgressDialog; class EposConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h index afc80e8..6111413 100644 --- a/kttsd/plugins/epos/eposproc.h +++ b/kttsd/plugins/epos/eposproc.h @@ -36,7 +36,7 @@ class TDEProcess; class TQTextCodec; class EposProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: |