diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:04:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 17:18:16 +0900 |
commit | 5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1 (patch) | |
tree | 7abaf70b46b32c487405bc64344d62e7c98710a3 /ksayit/KTTSD_Lib/kttsdlibsetupimpl.h | |
parent | 48a8f38998644ffd097f6e79854d7d8494eb6313 (diff) | |
download | tdeaccessibility-5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1.tar.gz tdeaccessibility-5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9)
Diffstat (limited to 'ksayit/KTTSD_Lib/kttsdlibsetupimpl.h')
-rw-r--r-- | ksayit/KTTSD_Lib/kttsdlibsetupimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h index c2b4add..7b1df15 100644 --- a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h +++ b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h @@ -25,7 +25,7 @@ */ class KTTSDlibSetupImpl : public KTTSDlibSetup { -Q_OBJECT +TQ_OBJECT public: KTTSDlibSetupImpl(TQWidget *parent = 0, const char *name = 0); |