summaryrefslogtreecommitdiffstats
path: root/ksayit/Freeverb_plugin
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-20 15:04:52 +0900
commit1cb737eca8ee850f3d0678b96d06a733a05db4d9 (patch)
tree4152f219d0169c7a30155cfd512a0ffcde61be54 /ksayit/Freeverb_plugin
parent7122d7432e2a34fbaa25f2aaeb25d121d120d9b7 (diff)
downloadtdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.tar.gz
tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit/Freeverb_plugin')
-rw-r--r--ksayit/Freeverb_plugin/freeverbsetupimpl.h2
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h4
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