summaryrefslogtreecommitdiffstats
path: root/ksayit
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
parent0f6d4a4ca2916b2e29bb93d852a3a7c9ad680935 (diff)
downloadtdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.tar.gz
tdeaccessibility-f82f3a873111fde198134b019e7513cfad4b5d08.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksayit')
-rw-r--r--ksayit/Freeverb_plugin/freeverbsetupimpl.h2
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h4
-rw-r--r--ksayit/KTTSD_Lib/kttsdlib.h2
-rw-r--r--ksayit/KTTSD_Lib/kttsdlibsetupimpl.h2
-rw-r--r--ksayit/KTTSD_Lib/kttsdlibtalker2.h2
-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
13 files changed, 15 insertions, 15 deletions
diff --git a/ksayit/Freeverb_plugin/freeverbsetupimpl.h b/ksayit/Freeverb_plugin/freeverbsetupimpl.h
index b4f62be..d99cc3c 100644
--- a/ksayit/Freeverb_plugin/freeverbsetupimpl.h
+++ b/ksayit/Freeverb_plugin/freeverbsetupimpl.h
@@ -33,7 +33,7 @@
class FreeverbSetupImpl : public Freeverb_Setup {
Q_OBJECT
- TQ_OBJECT
+
public:
FreeverbSetupImpl(TQWidget *parent=0, const char *name=0, bool modal=true, KConfig *config=0);
~FreeverbSetupImpl();
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index a642eab..834d180 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -27,7 +27,7 @@
class FreeverbPluginFactory : public KLibFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
// Consturctor
FreeverbPluginFactory(TQObject *parent=0, const char* name=0);
@@ -51,7 +51,7 @@ private:
class FreeverbPlugin : public FXPlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
// Constructor
FreeverbPlugin(TQObject *parent=0, const char* name=0); //, KApplication *Appl=0);
diff --git a/ksayit/KTTSD_Lib/kttsdlib.h b/ksayit/KTTSD_Lib/kttsdlib.h
index d205b79..be23c84 100644
--- a/ksayit/KTTSD_Lib/kttsdlib.h
+++ b/ksayit/KTTSD_Lib/kttsdlib.h
@@ -48,7 +48,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 ce7c09a..6b5e253 100644
--- a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h
+++ b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.h
@@ -26,7 +26,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 076a669..7479d4d 100644
--- a/ksayit/KTTSD_Lib/kttsdlibtalker2.h
+++ b/ksayit/KTTSD_Lib/kttsdlibtalker2.h
@@ -29,7 +29,7 @@
class kttsdlibtalker2 : public TQObject, public KSpeech_stub, virtual public KSpeechSink
{
Q_OBJECT
- TQ_OBJECT
+
signals:
void signalTextStarted(const uint);
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,