summaryrefslogtreecommitdiffstats
path: root/ksayit/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:37 -0600
commitf82f3a873111fde198134b019e7513cfad4b5d08 (patch)
treec71c1e904fdffdf8bcc76f6722981a300e518263 /ksayit/src
parent0f6d4a4ca2916b2e29bb93d852a3a7c9ad680935 (diff)
downloadtdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.tar.gz
tdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksayit/src')
-rw-r--r--ksayit/src/contextmenuhandler.h2
-rw-r--r--ksayit/src/fxpluginhandler.h2
-rw-r--r--ksayit/src/fxsetupimpl.h2
-rw-r--r--ksayit/src/ksayit.h2
-rw-r--r--ksayit/src/ksayit_fxplugin.h2
-rw-r--r--ksayit/src/ksayitsystemtray.h4
-rw-r--r--ksayit/src/ksayitviewimpl.h2
-rw-r--r--ksayit/src/voicesetupdlg.h2
8 files changed, 9 insertions, 9 deletions
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,