diff options
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/contextmenuhandler.h | 2 | ||||
-rw-r--r-- | ksayit/src/fxpluginhandler.h | 2 | ||||
-rw-r--r-- | ksayit/src/fxsetupimpl.h | 2 | ||||
-rw-r--r-- | ksayit/src/ksayit.h | 2 | ||||
-rw-r--r-- | ksayit/src/ksayit_fxplugin.h | 2 | ||||
-rw-r--r-- | ksayit/src/ksayitsystemtray.h | 4 | ||||
-rw-r--r-- | ksayit/src/ksayitviewimpl.h | 2 | ||||
-rw-r--r-- | ksayit/src/voicesetupdlg.h | 2 |
8 files changed, 9 insertions, 9 deletions
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: |