From f82f3a873111fde198134b019e7513cfad4b5d08 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:37 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'ksayit/src') diff --git a/ksayit/src/contextmenuhandler.h b/ksayit/src/contextmenuhandler.h index 8bb9d0a..fdf6955 100644 --- a/ksayit/src/contextmenuhandler.h +++ b/ksayit/src/contextmenuhandler.h @@ -67,7 +67,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 523f5af..4da5fb6 100644 --- a/ksayit/src/fxpluginhandler.h +++ b/ksayit/src/fxpluginhandler.h @@ -47,7 +47,7 @@ typedef struct { class FXPluginHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: FXPluginHandler(TQObject *parent = 0, const char *name = 0, KConfig *config=0); ~FXPluginHandler(); diff --git a/ksayit/src/fxsetupimpl.h b/ksayit/src/fxsetupimpl.h index d0bb367..7f480f9 100644 --- a/ksayit/src/fxsetupimpl.h +++ b/ksayit/src/fxsetupimpl.h @@ -37,7 +37,7 @@ class FXPluginHandler; */ class FX_SetupImpl : public FX_Setup { Q_OBJECT - TQ_OBJECT + public: FX_SetupImpl(TQWidget *parent=0, const char *name=0, diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index 4f9ed01..20a7dba 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -68,7 +68,7 @@ class KSayItBookmarkHandler; class KSayItApp : public KMainWindow, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: diff --git a/ksayit/src/ksayit_fxplugin.h b/ksayit/src/ksayit_fxplugin.h index 89154a5..4e7ebd7 100644 --- a/ksayit/src/ksayit_fxplugin.h +++ b/ksayit/src/ksayit_fxplugin.h @@ -36,7 +36,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 093e219..79a6e03 100644 --- a/ksayit/src/ksayitsystemtray.h +++ b/ksayit/src/ksayitsystemtray.h @@ -39,7 +39,7 @@ class State; */ class KSayItSystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + friend class State; @@ -150,7 +150,7 @@ private: class State : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: State(); ~State(); diff --git a/ksayit/src/ksayitviewimpl.h b/ksayit/src/ksayitviewimpl.h index 105c0f2..745bd3a 100644 --- a/ksayit/src/ksayitviewimpl.h +++ b/ksayit/src/ksayitviewimpl.h @@ -33,7 +33,7 @@ class KSayItViewImpl : public KSayItView { Q_OBJECT - TQ_OBJECT + public: KSayItViewImpl(TQWidget *parent=0, const char *name=0); diff --git a/ksayit/src/voicesetupdlg.h b/ksayit/src/voicesetupdlg.h index 30bb37d..6ed65c2 100644 --- a/ksayit/src/voicesetupdlg.h +++ b/ksayit/src/voicesetupdlg.h @@ -33,7 +33,7 @@ class KTTSDLib; */ class VoiceSetupDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VoiceSetupDlg(TQWidget *parent=0, const char *name=0, const TQString &caption=NULL, -- cgit v1.2.1