From 1cb737eca8ee850f3d0678b96d06a733a05db4d9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:04:52 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- ksayit/Freeverb_plugin/freeverbsetupimpl.h | 2 +- ksayit/Freeverb_plugin/ksayitfreeverblib.h | 4 ++-- ksayit/KTTSD_Lib/kttsdlib.h | 2 +- ksayit/KTTSD_Lib/kttsdlibsetupimpl.h | 2 +- ksayit/KTTSD_Lib/kttsdlibtalker2.h | 2 +- ksayit/src/contextmenuhandler.h | 2 +- ksayit/src/fxpluginhandler.h | 2 +- ksayit/src/fxsetupimpl.h | 2 +- ksayit/src/ksayit.h | 2 +- ksayit/src/ksayit_fxplugin.h | 2 +- ksayit/src/ksayitsystemtray.h | 4 ++-- ksayit/src/ksayitviewimpl.h | 2 +- ksayit/src/voicesetupdlg.h | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'ksayit') 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 diff --git a/ksayit/KTTSD_Lib/kttsdlib.h b/ksayit/KTTSD_Lib/kttsdlib.h index 73e7240..696171e 100644 --- a/ksayit/KTTSD_Lib/kttsdlib.h +++ b/ksayit/KTTSD_Lib/kttsdlib.h @@ -47,7 +47,7 @@ class kttsdlibtalker2; */ class KDE_EXPORT KTTSDLib : public TQObject { -Q_OBJECT +TQ_OBJECT signals: /** Emitted when the plugin has been finished speeking. 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); diff --git a/ksayit/KTTSD_Lib/kttsdlibtalker2.h b/ksayit/KTTSD_Lib/kttsdlibtalker2.h index fe33161..641b26e 100644 --- a/ksayit/KTTSD_Lib/kttsdlibtalker2.h +++ b/ksayit/KTTSD_Lib/kttsdlibtalker2.h @@ -28,7 +28,7 @@ */ class kttsdlibtalker2 : public TQObject, public KSpeech_stub, virtual public KSpeechSink { -Q_OBJECT +TQ_OBJECT signals: diff --git a/ksayit/src/contextmenuhandler.h b/ksayit/src/contextmenuhandler.h index 104b76c..17b9688 100644 --- a/ksayit/src/contextmenuhandler.h +++ b/ksayit/src/contextmenuhandler.h @@ -66,7 +66,7 @@ private: */ class ContextMenuHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: ContextMenuHandler(TQObject *parent = 0, const char *name = 0); diff --git a/ksayit/src/fxpluginhandler.h b/ksayit/src/fxpluginhandler.h index 92db2da..bffc6ef 100644 --- a/ksayit/src/fxpluginhandler.h +++ b/ksayit/src/fxpluginhandler.h @@ -46,7 +46,7 @@ typedef struct { class FXPluginHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: FXPluginHandler(TQObject *parent = 0, const char *name = 0, TDEConfig *config=0); diff --git a/ksayit/src/fxsetupimpl.h b/ksayit/src/fxsetupimpl.h index 422368e..51286c9 100644 --- a/ksayit/src/fxsetupimpl.h +++ b/ksayit/src/fxsetupimpl.h @@ -36,7 +36,7 @@ class FXPluginHandler; *@author voglrobe */ class FX_SetupImpl : public FX_Setup { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index 85788c9..d1f28af 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -67,7 +67,7 @@ class KSayItBookmarkHandler; */ class KSayItApp : public TDEMainWindow, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/ksayit/src/ksayit_fxplugin.h b/ksayit/src/ksayit_fxplugin.h index b9ef351..b50b9da 100644 --- a/ksayit/src/ksayit_fxplugin.h +++ b/ksayit/src/ksayit_fxplugin.h @@ -35,7 +35,7 @@ using namespace Arts; */ class FXPlugin : public TQObject { -// Q_OBJECT +// TQ_OBJECT public: FXPlugin(TQObject *parent=0, const char* name=0){}; diff --git a/ksayit/src/ksayitsystemtray.h b/ksayit/src/ksayitsystemtray.h index 02e35bd..05cc962 100644 --- a/ksayit/src/ksayitsystemtray.h +++ b/ksayit/src/ksayitsystemtray.h @@ -38,7 +38,7 @@ class State; *@author Robert Vogl */ class KSayItSystemTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT friend class State; @@ -149,7 +149,7 @@ private: class State : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: State(); diff --git a/ksayit/src/ksayitviewimpl.h b/ksayit/src/ksayitviewimpl.h index 745bd3a..d124996 100644 --- a/ksayit/src/ksayitviewimpl.h +++ b/ksayit/src/ksayitviewimpl.h @@ -32,7 +32,7 @@ */ class KSayItViewImpl : public KSayItView { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksayit/src/voicesetupdlg.h b/ksayit/src/voicesetupdlg.h index f2ddc38..f200101 100644 --- a/ksayit/src/voicesetupdlg.h +++ b/ksayit/src/voicesetupdlg.h @@ -32,7 +32,7 @@ class KTTSDLib; *@author Robert Vogl */ class VoiceSetupDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1