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-21 17:18:16 +0900 |
| commit | 5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1 (patch) | |
| tree | 7abaf70b46b32c487405bc64344d62e7c98710a3 /ksayit/Freeverb_plugin | |
| parent | 48a8f38998644ffd097f6e79854d7d8494eb6313 (diff) | |
| download | tdeaccessibility-5d7c4c8a.tar.gz tdeaccessibility-5d7c4c8a.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9)
Diffstat (limited to 'ksayit/Freeverb_plugin')
| -rw-r--r-- | ksayit/Freeverb_plugin/freeverbsetupimpl.h | 2 | ||||
| -rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/Freeverb_plugin/freeverbsetupimpl.h b/ksayit/Freeverb_plugin/freeverbsetupimpl.h index 6e2eab3..1831ad3 100644 --- a/ksayit/Freeverb_plugin/freeverbsetupimpl.h +++ b/ksayit/Freeverb_plugin/freeverbsetupimpl.h @@ -32,7 +32,7 @@ */ class FreeverbSetupImpl : public Freeverb_Setup { - Q_OBJECT + TQ_OBJECT public: FreeverbSetupImpl(TQWidget *parent=0, const char *name=0, bool modal=true, TDEConfig *config=0); diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h index a8ef9c3..2f477d2 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h @@ -26,7 +26,7 @@ class FreeverbPluginFactory : public KLibFactory { -Q_OBJECT +TQ_OBJECT public: // Consturctor @@ -50,7 +50,7 @@ private: class FreeverbPlugin : public FXPlugin { -Q_OBJECT +TQ_OBJECT public: // Constructor |
