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 --- kbstateapplet/kbstate.h | 10 +++++----- kmag/kmag.h | 2 +- kmag/kmagselrect.h | 6 +++--- kmag/kmagzoomview.h | 2 +- kmousetool/kmousetool/kmousetool.h | 4 ++-- kmouth/configwizard.h | 2 +- kmouth/kmouth.h | 2 +- kmouth/optionsdialog.h | 4 ++-- kmouth/phrasebook/phrasebook.h | 4 ++-- kmouth/phrasebook/phrasebookdialog.h | 6 +++--- kmouth/phrasebook/phrasetree.h | 2 +- kmouth/phraselist.h | 2 +- kmouth/speech.h | 2 +- kmouth/texttospeechsystem.h | 2 +- kmouth/wordcompletion/dictionarycreationwizard.h | 6 +++--- kmouth/wordcompletion/klanguagebutton.h | 2 +- kmouth/wordcompletion/wordcompletion.h | 2 +- kmouth/wordcompletion/wordcompletionwidget.h | 2 +- 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 +- kttsd/app-plugins/kate/katekttsd.h | 4 ++-- kttsd/filters/sbd/sbdconf.h | 2 +- kttsd/filters/sbd/sbdproc.h | 4 ++-- kttsd/filters/stringreplacer/stringreplacerconf.h | 2 +- kttsd/filters/stringreplacer/stringreplacerproc.h | 2 +- kttsd/filters/talkerchooser/talkerchooserconf.h | 2 +- kttsd/filters/talkerchooser/talkerchooserproc.h | 2 +- kttsd/filters/xmltransformer/xmltransformerconf.h | 2 +- kttsd/filters/xmltransformer/xmltransformerproc.h | 2 +- kttsd/kcmkttsmgr/addtalker.h | 2 +- kttsd/kcmkttsmgr/kcmkttsmgr.h | 2 +- kttsd/kcmkttsmgr/selectevent.h | 2 +- kttsd/kttsd/filtermgr.h | 2 +- kttsd/kttsd/kttsd.h | 4 ++-- kttsd/kttsd/speaker.h | 2 +- kttsd/kttsd/speechdata.h | 2 +- kttsd/kttsd/ssmlconvert.h | 2 +- kttsd/kttsjobmgr/kttsjobmgr.h | 6 +++--- kttsd/kttsmgr/kttsmgr.h | 2 +- kttsd/libkttsd/filterconf.h | 2 +- kttsd/libkttsd/filterproc.h | 2 +- kttsd/libkttsd/player.h | 2 +- kttsd/libkttsd/pluginconf.h | 2 +- kttsd/libkttsd/pluginproc.h | 2 +- kttsd/libkttsd/selecttalkerdlg.h | 2 +- kttsd/libkttsd/stretcher.h | 2 +- kttsd/players/akodeplayer/akodeplayer.h | 2 +- kttsd/players/alsaplayer/alsaplayer.h | 2 +- kttsd/players/artsplayer/artsplayer.h | 2 +- kttsd/players/gstplayer/gstreamerplayer.h | 2 +- kttsd/plugins/command/commandconf.h | 2 +- kttsd/plugins/command/commandproc.h | 2 +- kttsd/plugins/epos/eposconf.h | 2 +- kttsd/plugins/epos/eposproc.h | 2 +- kttsd/plugins/festivalint/festivalintconf.h | 2 +- kttsd/plugins/festivalint/festivalintproc.h | 2 +- kttsd/plugins/flite/fliteconf.h | 2 +- kttsd/plugins/flite/fliteproc.h | 2 +- kttsd/plugins/freetts/freettsconf.h | 2 +- kttsd/plugins/freetts/freettsproc.h | 2 +- kttsd/plugins/hadifix/hadifixconf.h | 2 +- kttsd/plugins/hadifix/hadifixproc.h | 2 +- 73 files changed, 93 insertions(+), 93 deletions(-) diff --git a/kbstateapplet/kbstate.h b/kbstateapplet/kbstate.h index da09d48..854d61c 100644 --- a/kbstateapplet/kbstate.h +++ b/kbstateapplet/kbstate.h @@ -34,7 +34,7 @@ class TQGridLayout; class TDEPopupMenu; class StatusIcon : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: StatusIcon (const TQString &text, TQWidget *parent, const char *name=0); @@ -45,7 +45,7 @@ public: typedef TQPtrList IconList; class TimeoutIcon : public StatusIcon { - Q_OBJECT + TQ_OBJECT public: TimeoutIcon (TDEInstance *instance, const TQString &text, @@ -73,7 +73,7 @@ private slots: }; class KeyIcon : public StatusIcon { - Q_OBJECT + TQ_OBJECT public: KeyIcon (int keyId, TDEInstance *instance, @@ -104,7 +104,7 @@ private: }; class MouseIcon : public StatusIcon { - Q_OBJECT + TQ_OBJECT public: MouseIcon (TDEInstance *instance, TQWidget *parent, const char *name=0); @@ -133,7 +133,7 @@ class MouseIcon : public StatusIcon { }; class KbStateApplet : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmag/kmag.h b/kmag/kmag.h index c60b86c..e3288aa 100644 --- a/kmag/kmag.h +++ b/kmag/kmag.h @@ -55,7 +55,7 @@ */ class KmagApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmag/kmagselrect.h b/kmag/kmagselrect.h index 67c43cb..5da665f 100644 --- a/kmag/kmagselrect.h +++ b/kmag/kmagselrect.h @@ -29,7 +29,7 @@ class KMagSelWinCorner : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -54,7 +54,7 @@ protected: class KMagSelWin : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -99,7 +99,7 @@ protected: */ class KMagSelRect : public TQObject, public TQRect { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmag/kmagzoomview.h b/kmag/kmagzoomview.h index b82dc47..960c422 100644 --- a/kmag/kmagzoomview.h +++ b/kmag/kmagzoomview.h @@ -45,7 +45,7 @@ */ class KMagZoomView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: /// Constructor for the main view diff --git a/kmousetool/kmousetool/kmousetool.h b/kmousetool/kmousetool/kmousetool.h index 210aefb..303520f 100644 --- a/kmousetool/kmousetool/kmousetool.h +++ b/kmousetool/kmousetool/kmousetool.h @@ -54,7 +54,7 @@ class KMouseToolTray; class KMouseTool : public KMouseToolUI { - Q_OBJECT + TQ_OBJECT private: @@ -194,7 +194,7 @@ public: }; class KMouseToolTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT int startStopId; public: diff --git a/kmouth/configwizard.h b/kmouth/configwizard.h index 47054c2..8560e6c 100644 --- a/kmouth/configwizard.h +++ b/kmouth/configwizard.h @@ -34,7 +34,7 @@ class CompletionWizardWidget; */ class ConfigWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: ConfigWizard (TQWidget *parent, const char *name, TDEConfig *config); diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 628128c..4155e96 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -54,7 +54,7 @@ class PhraseBook; */ class KMouthApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmouth/optionsdialog.h b/kmouth/optionsdialog.h index 6955b34..d5fc7f3 100644 --- a/kmouth/optionsdialog.h +++ b/kmouth/optionsdialog.h @@ -32,7 +32,7 @@ class WordCompletionWidget; */ class PreferencesWidget : public PreferencesUI { - Q_OBJECT + TQ_OBJECT public: PreferencesWidget(TQWidget *parent, const char *name); @@ -56,7 +56,7 @@ private: */ class OptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: OptionsDialog(TQWidget *parent); diff --git a/kmouth/phrasebook/phrasebook.h b/kmouth/phrasebook/phrasebook.h index 4fee8cc..2e1140e 100644 --- a/kmouth/phrasebook/phrasebook.h +++ b/kmouth/phrasebook/phrasebook.h @@ -147,7 +147,7 @@ public: * @author Gunnar Schmi Dt */ class PhraseBookDrag: public TQDragObject { - Q_OBJECT + TQ_OBJECT public: PhraseBookDrag (PhraseBook *book, TQWidget *dragSource = 0, const char *name = 0); @@ -170,7 +170,7 @@ private: }; class PhraseAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: PhraseAction (const TQString& phrase, const TQString& cut, const TQObject* receiver, const char* slot, TDEActionCollection* parent) diff --git a/kmouth/phrasebook/phrasebookdialog.h b/kmouth/phrasebook/phrasebookdialog.h index 0665281..7c04336 100644 --- a/kmouth/phrasebook/phrasebookdialog.h +++ b/kmouth/phrasebook/phrasebookdialog.h @@ -73,7 +73,7 @@ private: */ class InitialPhraseBookWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: InitialPhraseBookWidget(TQWidget *parent, const char *name); @@ -94,7 +94,7 @@ private: * @author Gunnar Schmi Dt */ class StandardPhraseBookInsertAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: StandardPhraseBookInsertAction (const KURL &url, const TQString& name, const TQObject* receiver, const char* slot, TDEActionCollection* parent) @@ -142,7 +142,7 @@ protected: class PhraseBookDialog : public TDEMainWindow { friend class InitialPhraseBookWidget; - Q_OBJECT + TQ_OBJECT private: /** Constructor. It is private because this class implements the singleton diff --git a/kmouth/phrasebook/phrasetree.h b/kmouth/phrasebook/phrasetree.h index a4936f4..b8d578e 100644 --- a/kmouth/phrasebook/phrasetree.h +++ b/kmouth/phrasebook/phrasetree.h @@ -59,7 +59,7 @@ private: class PhraseTree : public TDEListView { friend class PhraseTreeItem; - Q_OBJECT + TQ_OBJECT public: PhraseTree (TQWidget *parent = 0, const char *name = 0); diff --git a/kmouth/phraselist.h b/kmouth/phraselist.h index 492082e..d27a74e 100644 --- a/kmouth/phraselist.h +++ b/kmouth/phraselist.h @@ -39,7 +39,7 @@ class WordCompletion; */ class PhraseList : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PhraseList(TQWidget *parent=0, const char *name=0); diff --git a/kmouth/speech.h b/kmouth/speech.h index 145b032..87fa3fd 100644 --- a/kmouth/speech.h +++ b/kmouth/speech.h @@ -28,7 +28,7 @@ */ class Speech : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum CharacterCodec { diff --git a/kmouth/texttospeechsystem.h b/kmouth/texttospeechsystem.h index 8ad7782..67ae00e 100644 --- a/kmouth/texttospeechsystem.h +++ b/kmouth/texttospeechsystem.h @@ -30,7 +30,7 @@ class TDEConfig; */ class TextToSpeechSystem : public TQObject{ - Q_OBJECT + TQ_OBJECT friend class TextToSpeechConfigurationWidget; public: diff --git a/kmouth/wordcompletion/dictionarycreationwizard.h b/kmouth/wordcompletion/dictionarycreationwizard.h index fb82fcd..0e589ad 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.h +++ b/kmouth/wordcompletion/dictionarycreationwizard.h @@ -41,7 +41,7 @@ class MergeWidget; * completion. */ class DictionaryCreationWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: DictionaryCreationWizard (TQWidget *parent, const char *name, @@ -76,7 +76,7 @@ private: * @author Gunnar Schmi Dt */ class MergeWidget : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: MergeWidget(KWizard *parent, const char *name, @@ -100,7 +100,7 @@ private: * @author Gunnar Schmi Dt */ class CompletionWizardWidget : public KDEDocSourceUI { - Q_OBJECT + TQ_OBJECT friend class ConfigWizard; public: diff --git a/kmouth/wordcompletion/klanguagebutton.h b/kmouth/wordcompletion/klanguagebutton.h index 385e363..d061b7e 100644 --- a/kmouth/wordcompletion/klanguagebutton.h +++ b/kmouth/wordcompletion/klanguagebutton.h @@ -39,7 +39,7 @@ */ class KLanguageButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmouth/wordcompletion/wordcompletion.h b/kmouth/wordcompletion/wordcompletion.h index c7304f8..ff87820 100644 --- a/kmouth/wordcompletion/wordcompletion.h +++ b/kmouth/wordcompletion/wordcompletion.h @@ -8,7 +8,7 @@ */ class WordCompletion : public TDECompletion { friend class WordListWidget; - Q_OBJECT + TQ_OBJECT public: WordCompletion(); diff --git a/kmouth/wordcompletion/wordcompletionwidget.h b/kmouth/wordcompletion/wordcompletionwidget.h index a3f5088..80532b0 100644 --- a/kmouth/wordcompletion/wordcompletionwidget.h +++ b/kmouth/wordcompletion/wordcompletionwidget.h @@ -29,7 +29,7 @@ class KLanguageButton; * @author Gunnar Schmi Dt */ class WordCompletionWidget : public WordCompletionUI { - Q_OBJECT + TQ_OBJECT public: WordCompletionWidget(TQWidget *parent, const char *name); 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: diff --git a/kttsd/app-plugins/kate/katekttsd.h b/kttsd/app-plugins/kate/katekttsd.h index e137aee..53bded1 100644 --- a/kttsd/app-plugins/kate/katekttsd.h +++ b/kttsd/app-plugins/kate/katekttsd.h @@ -27,7 +27,7 @@ class KateKttsdPlugin : public KTextEditor::Plugin, public KTextEditor::PluginViewInterface { - Q_OBJECT + TQ_OBJECT public: @@ -45,7 +45,7 @@ class KateKttsdPlugin : public KTextEditor::Plugin, public KTextEditor::PluginVi class KateKttsdPluginView : public TQObject, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/sbd/sbdconf.h b/kttsd/filters/sbd/sbdconf.h index 3c44419..169fa66 100644 --- a/kttsd/filters/sbd/sbdconf.h +++ b/kttsd/filters/sbd/sbdconf.h @@ -42,7 +42,7 @@ class EditReplacementWidget; class SbdConf : public KttsFilterConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/sbd/sbdproc.h b/kttsd/filters/sbd/sbdproc.h index 228f018..78ad2ae 100644 --- a/kttsd/filters/sbd/sbdproc.h +++ b/kttsd/filters/sbd/sbdproc.h @@ -62,7 +62,7 @@ class TQDomNode; class SbdThread: public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: @@ -240,7 +240,7 @@ class SbdThread: public TQObject, public TQThread class SbdProc : virtual public KttsFilterProc { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/stringreplacer/stringreplacerconf.h b/kttsd/filters/stringreplacer/stringreplacerconf.h index 8b67039..e369e26 100644 --- a/kttsd/filters/stringreplacer/stringreplacerconf.h +++ b/kttsd/filters/stringreplacer/stringreplacerconf.h @@ -42,7 +42,7 @@ class EditReplacementWidget; class StringReplacerConf : public KttsFilterConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/stringreplacer/stringreplacerproc.h b/kttsd/filters/stringreplacer/stringreplacerproc.h index 23ed5a2..bd7559f 100644 --- a/kttsd/filters/stringreplacer/stringreplacerproc.h +++ b/kttsd/filters/stringreplacer/stringreplacerproc.h @@ -37,7 +37,7 @@ class StringReplacerProc : virtual public KttsFilterProc { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/talkerchooser/talkerchooserconf.h b/kttsd/filters/talkerchooser/talkerchooserconf.h index 9db6266..8b302ae 100644 --- a/kttsd/filters/talkerchooser/talkerchooserconf.h +++ b/kttsd/filters/talkerchooser/talkerchooserconf.h @@ -44,7 +44,7 @@ class EditReplacementWidget; class TalkerChooserConf : public KttsFilterConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/talkerchooser/talkerchooserproc.h b/kttsd/filters/talkerchooser/talkerchooserproc.h index 8434d95..8e836f7 100644 --- a/kttsd/filters/talkerchooser/talkerchooserproc.h +++ b/kttsd/filters/talkerchooser/talkerchooserproc.h @@ -30,7 +30,7 @@ class TalkerChooserProc : virtual public KttsFilterProc { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/xmltransformer/xmltransformerconf.h b/kttsd/filters/xmltransformer/xmltransformerconf.h index 34bee27..a818032 100644 --- a/kttsd/filters/xmltransformer/xmltransformerconf.h +++ b/kttsd/filters/xmltransformer/xmltransformerconf.h @@ -39,7 +39,7 @@ class XmlTransformerConf : public KttsFilterConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.h b/kttsd/filters/xmltransformer/xmltransformerproc.h index 002008b..f9c1977 100644 --- a/kttsd/filters/xmltransformer/xmltransformerproc.h +++ b/kttsd/filters/xmltransformer/xmltransformerproc.h @@ -35,7 +35,7 @@ class TDEProcess; class XmlTransformerProc : virtual public KttsFilterProc { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kcmkttsmgr/addtalker.h b/kttsd/kcmkttsmgr/addtalker.h index ebb56d6..1d300bd 100644 --- a/kttsd/kcmkttsmgr/addtalker.h +++ b/kttsd/kcmkttsmgr/addtalker.h @@ -35,7 +35,7 @@ typedef TQMap LangToSynthMap; class AddTalker : public AddTalkerWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.h b/kttsd/kcmkttsmgr/kcmkttsmgr.h index 8c84538..527171f 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.h +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.h @@ -54,7 +54,7 @@ class KCMKttsMgr : public KSpeech_stub, virtual public KSpeechSink { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kcmkttsmgr/selectevent.h b/kttsd/kcmkttsmgr/selectevent.h index c3914d2..29d67de 100644 --- a/kttsd/kcmkttsmgr/selectevent.h +++ b/kttsd/kcmkttsmgr/selectevent.h @@ -28,7 +28,7 @@ class SelectEvent : public SelectEventWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kttsd/filtermgr.h b/kttsd/kttsd/filtermgr.h index 11e515d..824ee06 100644 --- a/kttsd/kttsd/filtermgr.h +++ b/kttsd/kttsd/filtermgr.h @@ -39,7 +39,7 @@ typedef TQPtrList FilterList; class FilterMgr : public KttsFilterProc { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kttsd/kttsd.h b/kttsd/kttsd/kttsd.h index 6be509a..9ea18e1 100644 --- a/kttsd/kttsd/kttsd.h +++ b/kttsd/kttsd/kttsd.h @@ -38,7 +38,7 @@ class KTTSD : public TQObject, virtual public KSpeech { - Q_OBJECT + TQ_OBJECT // K_DCOP @@ -632,7 +632,7 @@ class KTTSD : public TQObject, virtual public KSpeech // kspeech is obsolete. Applications should use KSpeech instead. class kspeech : public TQObject, virtual public KSpeech { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/kttsd/kttsd/speaker.h b/kttsd/kttsd/speaker.h index 85fd4f0..57e8938 100644 --- a/kttsd/kttsd/speaker.h +++ b/kttsd/kttsd/speaker.h @@ -110,7 +110,7 @@ const int timerInterval = 500; * the queue and call the plug ins function to actually speak the texts. */ class Speaker : public TQObject{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kttsd/speechdata.h b/kttsd/kttsd/speechdata.h index f8faeb3..1eae68d 100644 --- a/kttsd/kttsd/speechdata.h +++ b/kttsd/kttsd/speechdata.h @@ -109,7 +109,7 @@ typedef TQMap NotifyAppMap; * functions) */ class SpeechData : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/kttsd/ssmlconvert.h b/kttsd/kttsd/ssmlconvert.h index 5aa865a..a907544 100644 --- a/kttsd/kttsd/ssmlconvert.h +++ b/kttsd/kttsd/ssmlconvert.h @@ -38,7 +38,7 @@ class TDEProcess; class TQString; class SSMLConvert : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Constructors */ diff --git a/kttsd/kttsjobmgr/kttsjobmgr.h b/kttsd/kttsjobmgr/kttsjobmgr.h index 272b4c8..4b677f9 100644 --- a/kttsd/kttsjobmgr/kttsjobmgr.h +++ b/kttsd/kttsjobmgr/kttsjobmgr.h @@ -36,7 +36,7 @@ class KTextEdit; class KttsJobMgrFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KttsJobMgrFactory() {}; @@ -58,7 +58,7 @@ class KttsJobMgrPart: public KSpeech_stub, virtual public KSpeechSink { - Q_OBJECT + TQ_OBJECT public: KttsJobMgrPart(TQWidget *parent, const char *name); @@ -289,7 +289,7 @@ private: class KttsJobMgrBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class KttsJobMgrPart; public: diff --git a/kttsd/kttsmgr/kttsmgr.h b/kttsd/kttsmgr/kttsmgr.h index 63f8b0a..69bf177 100644 --- a/kttsd/kttsmgr/kttsmgr.h +++ b/kttsd/kttsmgr/kttsmgr.h @@ -47,7 +47,7 @@ class KttsToolTip: public TQToolTip class KttsMgrTray: public KSystemTray, public KSpeech_stub, virtual public KSpeechSink { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/filterconf.h b/kttsd/libkttsd/filterconf.h index 2d66fdc..db50081 100644 --- a/kttsd/libkttsd/filterconf.h +++ b/kttsd/libkttsd/filterconf.h @@ -35,7 +35,7 @@ #include "kdeexportfix.h" class KDE_EXPORT KttsFilterConf : public TQWidget{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/filterproc.h b/kttsd/libkttsd/filterproc.h index 78d4d9d..f9f47c2 100644 --- a/kttsd/libkttsd/filterproc.h +++ b/kttsd/libkttsd/filterproc.h @@ -38,7 +38,7 @@ class TDEConfig; class KDE_EXPORT KttsFilterProc : virtual public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/player.h b/kttsd/libkttsd/player.h index 28c2591..712c742 100644 --- a/kttsd/libkttsd/player.h +++ b/kttsd/libkttsd/player.h @@ -27,7 +27,7 @@ class KDE_EXPORT Player : virtual public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/pluginconf.h b/kttsd/libkttsd/pluginconf.h index 07d672a..f76e48f 100644 --- a/kttsd/libkttsd/pluginconf.h +++ b/kttsd/libkttsd/pluginconf.h @@ -208,7 +208,7 @@ */ class KDE_EXPORT PlugInConf : public TQWidget{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/pluginproc.h b/kttsd/libkttsd/pluginproc.h index 405e5d7..fd4336a 100644 --- a/kttsd/libkttsd/pluginproc.h +++ b/kttsd/libkttsd/pluginproc.h @@ -228,7 +228,7 @@ enum pluginState }; class KDE_EXPORT PlugInProc : virtual public TQObject{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/selecttalkerdlg.h b/kttsd/libkttsd/selecttalkerdlg.h index fd4f2a0..a7361e9 100644 --- a/kttsd/libkttsd/selecttalkerdlg.h +++ b/kttsd/libkttsd/selecttalkerdlg.h @@ -41,7 +41,7 @@ class KDE_EXPORT SelectTalkerDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/libkttsd/stretcher.h b/kttsd/libkttsd/stretcher.h index 1eb3bd6..975e9d9 100644 --- a/kttsd/libkttsd/stretcher.h +++ b/kttsd/libkttsd/stretcher.h @@ -32,7 +32,7 @@ class TDEProcess; class KDE_EXPORT Stretcher : public TQObject{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/players/akodeplayer/akodeplayer.h b/kttsd/players/akodeplayer/akodeplayer.h index d51d7fb..784111f 100644 --- a/kttsd/players/akodeplayer/akodeplayer.h +++ b/kttsd/players/akodeplayer/akodeplayer.h @@ -33,7 +33,7 @@ namespace aKode { class KDE_EXPORT aKodePlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/players/alsaplayer/alsaplayer.h b/kttsd/players/alsaplayer/alsaplayer.h index 73d2570..696c025 100644 --- a/kttsd/players/alsaplayer/alsaplayer.h +++ b/kttsd/players/alsaplayer/alsaplayer.h @@ -68,7 +68,7 @@ static snd_pcm_sframes_t (*writen_func)(snd_pcm_t *handle, void **bufs, snd_pcm_ class KDE_EXPORT AlsaPlayer : public Player, TQThread { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/players/artsplayer/artsplayer.h b/kttsd/players/artsplayer/artsplayer.h index edae1fc..f35963e 100644 --- a/kttsd/players/artsplayer/artsplayer.h +++ b/kttsd/players/artsplayer/artsplayer.h @@ -45,7 +45,7 @@ namespace KDE { class KDE_EXPORT ArtsPlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/players/gstplayer/gstreamerplayer.h b/kttsd/players/gstplayer/gstreamerplayer.h index fd8baf7..108d729 100644 --- a/kttsd/players/gstplayer/gstreamerplayer.h +++ b/kttsd/players/gstplayer/gstreamerplayer.h @@ -29,7 +29,7 @@ extern "C" { class GStreamerPlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/command/commandconf.h b/kttsd/plugins/command/commandconf.h index 11f8b9b..8c22717 100644 --- a/kttsd/plugins/command/commandconf.h +++ b/kttsd/plugins/command/commandconf.h @@ -35,7 +35,7 @@ class CommandProc; class KProgressDialog; class CommandConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/command/commandproc.h b/kttsd/plugins/command/commandproc.h index 1ffe7ee..f476a1b 100644 --- a/kttsd/plugins/command/commandproc.h +++ b/kttsd/plugins/command/commandproc.h @@ -28,7 +28,7 @@ class TDEProcess; class TQTextCodec; class CommandProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/epos/eposconf.h b/kttsd/plugins/epos/eposconf.h index 73df5dd..9f5e6e8 100644 --- a/kttsd/plugins/epos/eposconf.h +++ b/kttsd/plugins/epos/eposconf.h @@ -42,7 +42,7 @@ class EposProc; class KProgressDialog; class EposConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h index afc80e8..6111413 100644 --- a/kttsd/plugins/epos/eposproc.h +++ b/kttsd/plugins/epos/eposproc.h @@ -36,7 +36,7 @@ class TDEProcess; class TQTextCodec; class EposProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/festivalint/festivalintconf.h b/kttsd/plugins/festivalint/festivalintconf.h index 3d690aa..9cf345d 100644 --- a/kttsd/plugins/festivalint/festivalintconf.h +++ b/kttsd/plugins/festivalint/festivalintconf.h @@ -55,7 +55,7 @@ typedef struct voiceStruct{ } voice; class FestivalIntConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h index f685f0b..f4d0e25 100644 --- a/kttsd/plugins/festivalint/festivalintproc.h +++ b/kttsd/plugins/festivalint/festivalintproc.h @@ -34,7 +34,7 @@ class TQTextCodec; class FestivalIntProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/flite/fliteconf.h b/kttsd/plugins/flite/fliteconf.h index 6bcb82e..54acab0 100644 --- a/kttsd/plugins/flite/fliteconf.h +++ b/kttsd/plugins/flite/fliteconf.h @@ -41,7 +41,7 @@ class FliteProc; class KProgressDialog; class FliteConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/flite/fliteproc.h b/kttsd/plugins/flite/fliteproc.h index 7bc2ce8..cf8cf38 100644 --- a/kttsd/plugins/flite/fliteproc.h +++ b/kttsd/plugins/flite/fliteproc.h @@ -34,7 +34,7 @@ class TDEProcess; class FliteProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/freetts/freettsconf.h b/kttsd/plugins/freetts/freettsconf.h index 37bbe2c..8337bf6 100644 --- a/kttsd/plugins/freetts/freettsconf.h +++ b/kttsd/plugins/freetts/freettsconf.h @@ -32,7 +32,7 @@ class TQStringList; class KProgressDialog; class FreeTTSConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/freetts/freettsproc.h b/kttsd/plugins/freetts/freettsproc.h index 4a11836..1ea3813 100644 --- a/kttsd/plugins/freetts/freettsproc.h +++ b/kttsd/plugins/freetts/freettsproc.h @@ -27,7 +27,7 @@ class TDEProcess; class FreeTTSProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/hadifix/hadifixconf.h b/kttsd/plugins/hadifix/hadifixconf.h index 14d56bc..a773a4b 100644 --- a/kttsd/plugins/hadifix/hadifixconf.h +++ b/kttsd/plugins/hadifix/hadifixconf.h @@ -11,7 +11,7 @@ class HadifixProc; class HadifixConfPrivate; class HadifixConf : public PlugInConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kttsd/plugins/hadifix/hadifixproc.h b/kttsd/plugins/hadifix/hadifixproc.h index 34039c0..d3f6745 100644 --- a/kttsd/plugins/hadifix/hadifixproc.h +++ b/kttsd/plugins/hadifix/hadifixproc.h @@ -26,7 +26,7 @@ class TDEProcess; class HadifixProcPrivate; class HadifixProc : public PlugInProc{ - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3