From 678ee0d63590ba7bf1cad32070c229d699617a3c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- noatun/library/cmodule.h | 2 +- noatun/library/effectview.h | 4 ++-- noatun/library/equalizerview.h | 6 +++--- noatun/library/globalvideo.h | 2 +- noatun/library/mimetypetree.h | 2 +- noatun/library/noatun/app.h | 2 +- noatun/library/noatun/controls.h | 4 ++-- noatun/library/noatun/downloader.h | 2 +- noatun/library/noatun/effects.h | 2 +- noatun/library/noatun/engine.h | 2 +- noatun/library/noatun/equalizer.h | 2 +- noatun/library/noatun/player.h | 2 +- noatun/library/noatun/playlist.h | 2 +- noatun/library/noatun/plugin.h | 4 ++-- noatun/library/noatun/pref.h | 4 ++-- noatun/library/noatun/scrollinglabel.h | 2 +- noatun/library/noatun/stdaction.h | 10 +++++----- noatun/library/noatun/stereobuttonaction.h | 2 +- noatun/library/noatun/vequalizer.h | 4 ++-- noatun/library/noatun/video.h | 2 +- noatun/library/noatuntags/tagsgetter.h | 4 ++-- noatun/library/plugin_deps.h | 2 +- noatun/library/pluginmodule.h | 4 ++-- noatun/library/titleproxy.h | 4 ++-- noatun/modules/excellent/userinterface.h | 2 +- noatun/modules/htmlexport/htmlexport.h | 4 ++-- noatun/modules/infrared/infrared.h | 2 +- noatun/modules/infrared/irprefs.h | 2 +- noatun/modules/infrared/lirc.h | 2 +- noatun/modules/kaiman/pref.h | 2 +- noatun/modules/kaiman/style.h | 22 +++++++++++----------- noatun/modules/kaiman/userinterface.h | 2 +- noatun/modules/keyz/keyz.h | 4 ++-- noatun/modules/kjofol-skin/kjbutton.h | 2 +- noatun/modules/kjofol-skin/kjequalizer.h | 2 +- noatun/modules/kjofol-skin/kjloader.h | 2 +- noatun/modules/kjofol-skin/kjprefs.h | 2 +- noatun/modules/kjofol-skin/kjtextdisplay.h | 2 +- noatun/modules/marquis/marquis.h | 2 +- noatun/modules/metatag/edit.h | 2 +- noatun/modules/metatag/metatag.h | 2 +- noatun/modules/monoscope/monoscope.h | 2 +- noatun/modules/net/net.h | 2 +- noatun/modules/noatunui/userinterface.h | 2 +- noatun/modules/simple/userinterface.h | 2 +- noatun/modules/splitplaylist/find.h | 2 +- noatun/modules/splitplaylist/playlist.h | 2 +- noatun/modules/splitplaylist/view.h | 4 ++-- noatun/modules/systray/cmodule.h | 2 +- noatun/modules/systray/kitsystemtray.h | 2 +- noatun/modules/systray/systray.h | 2 +- noatun/modules/voiceprint/prefs.h | 2 +- noatun/modules/voiceprint/voiceprint.h | 2 +- noatun/modules/winskin/guiSpectrumAnalyser.h | 2 +- noatun/modules/winskin/waBalanceSlider.h | 2 +- noatun/modules/winskin/waButton.h | 2 +- noatun/modules/winskin/waClutterbar.h | 2 +- noatun/modules/winskin/waDigit.h | 2 +- noatun/modules/winskin/waIndicator.h | 2 +- noatun/modules/winskin/waInfo.h | 2 +- noatun/modules/winskin/waJumpSlider.h | 2 +- noatun/modules/winskin/waLabel.h | 2 +- noatun/modules/winskin/waMain.h | 2 +- noatun/modules/winskin/waSkin.h | 2 +- noatun/modules/winskin/waSkinManager.h | 2 +- noatun/modules/winskin/waSkinModel.h | 2 +- noatun/modules/winskin/waSlider.h | 2 +- noatun/modules/winskin/waStatus.h | 2 +- noatun/modules/winskin/waTitleBar.h | 2 +- noatun/modules/winskin/waVolumeSlider.h | 2 +- noatun/modules/winskin/waWidget.h | 2 +- noatun/modules/winskin/winSkinConfig.h | 2 +- noatun/modules/winskin/winSkinVis.h | 2 +- 73 files changed, 100 insertions(+), 100 deletions(-) (limited to 'noatun') diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index 54fbc19e..ac287a13 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -21,7 +21,7 @@ class KURLRequester; class General : public CModule { -Q_OBJECT +TQ_OBJECT public: General(TQObject *parent=0); diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 3434ae92..bdde7eac 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -35,7 +35,7 @@ class TQToolButton; class EffectView : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: EffectView(); @@ -74,7 +74,7 @@ private: class EffectList : public TDEListView { -Q_OBJECT +TQ_OBJECT public: EffectList(TQWidget *parent); diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index 0cec05a9..d8293a3a 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -16,7 +16,7 @@ class EqualizerWidget; class EqualizerLevel : public TQWidget { -Q_OBJECT +TQ_OBJECT public: EqualizerLevel(TQWidget *parent, VBand band); @@ -36,7 +36,7 @@ private: class PresetList : public TDEListView { -Q_OBJECT +TQ_OBJECT public: PresetList(TQWidget *parent, const char *name=0); @@ -48,7 +48,7 @@ public: class EqualizerView : public KDialogBase { -Q_OBJECT +TQ_OBJECT TQPtrList mBands; diff --git a/noatun/library/globalvideo.h b/noatun/library/globalvideo.h index 9414ca33..89522489 100644 --- a/noatun/library/globalvideo.h +++ b/noatun/library/globalvideo.h @@ -6,7 +6,7 @@ class GlobalVideo : public TQWidget { -Q_OBJECT +TQ_OBJECT TQPopupMenu *menu; VideoFrame *video; diff --git a/noatun/library/mimetypetree.h b/noatun/library/mimetypetree.h index c6619293..ea85810f 100644 --- a/noatun/library/mimetypetree.h +++ b/noatun/library/mimetypetree.h @@ -18,7 +18,7 @@ class MimeTypeTree : public TDEListView { -Q_OBJECT +TQ_OBJECT public: MimeTypeTree(TQWidget *parent); diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h index 49ea0064..f8927376 100644 --- a/noatun/library/noatun/app.h +++ b/noatun/library/noatun/app.h @@ -30,7 +30,7 @@ namespace NoatunStdAction */ class KDE_EXPORT NoatunApp : public KUniqueApplication { -Q_OBJECT +TQ_OBJECT friend class Playlist; diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index 37617183..693b3fdc 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -22,7 +22,7 @@ class TQLabel; **/ class KDE_EXPORT L33tSlider : public TQSlider { -Q_OBJECT +TQ_OBJECT public: L33tSlider(TQWidget * parent, const char * name=0); @@ -56,7 +56,7 @@ private: **/ class SliderAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: SliderAction(const TQString& text, int accel, const TQObject *receiver, diff --git a/noatun/library/noatun/downloader.h b/noatun/library/noatun/downloader.h index 093b57d0..ea0d48f3 100644 --- a/noatun/library/noatun/downloader.h +++ b/noatun/library/noatun/downloader.h @@ -65,7 +65,7 @@ private: **/ class Downloader : public TQObject { -Q_OBJECT +TQ_OBJECT struct QueueItem { diff --git a/noatun/library/noatun/effects.h b/noatun/library/noatun/effects.h index 73e5444f..0e299dde 100644 --- a/noatun/library/noatun/effects.h +++ b/noatun/library/noatun/effects.h @@ -96,7 +96,7 @@ private: **/ class Effects : public TQObject { -Q_OBJECT +TQ_OBJECT friend class Effect; public: diff --git a/noatun/library/noatun/engine.h b/noatun/library/noatun/engine.h index 7be41d45..e4dc1403 100644 --- a/noatun/library/noatun/engine.h +++ b/noatun/library/noatun/engine.h @@ -32,7 +32,7 @@ class NoatunApp; **/ class KDE_EXPORT Engine : public TQObject { -Q_OBJECT +TQ_OBJECT friend class NoatunApp; public: diff --git a/noatun/library/noatun/equalizer.h b/noatun/library/noatun/equalizer.h index a654fd13..e0eea2af 100644 --- a/noatun/library/noatun/equalizer.h +++ b/noatun/library/noatun/equalizer.h @@ -105,7 +105,7 @@ friend class Band; friend class Preset; friend class Engine; -Q_OBJECT +TQ_OBJECT public: Equalizer(); diff --git a/noatun/library/noatun/player.h b/noatun/library/noatun/player.h index c4821d0f..3f3b3ae8 100644 --- a/noatun/library/noatun/player.h +++ b/noatun/library/noatun/player.h @@ -21,7 +21,7 @@ class KLibrary; **/ class KDE_EXPORT Player : public TQObject { -Q_OBJECT +TQ_OBJECT friend class Effects; friend class PlaylistItemData; diff --git a/noatun/library/noatun/playlist.h b/noatun/library/noatun/playlist.h index b80721a0..a8188e3b 100644 --- a/noatun/library/noatun/playlist.h +++ b/noatun/library/noatun/playlist.h @@ -328,7 +328,7 @@ private: **/ class Playlist : public TQObject { -Q_OBJECT +TQ_OBJECT friend class PlaylistItemData; public: diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h index 23b6e481..f01b0f27 100644 --- a/noatun/library/noatun/plugin.h +++ b/noatun/library/noatun/plugin.h @@ -404,7 +404,7 @@ class NoatunListenerNotif; **/ class NoatunListener : public TQObject { -Q_OBJECT +TQ_OBJECT friend class NoatunListenerNotif; @@ -453,7 +453,7 @@ private: **/ class BoolNotifier : public TQObject { -Q_OBJECT +TQ_OBJECT public: BoolNotifier(bool *value, NoatunListener *listener, TQObject *parent=0); diff --git a/noatun/library/noatun/pref.h b/noatun/library/noatun/pref.h index 07275b56..4745a010 100644 --- a/noatun/library/noatun/pref.h +++ b/noatun/library/noatun/pref.h @@ -12,7 +12,7 @@ class CModule; **/ class NoatunPreferences : public KDialogBase { -Q_OBJECT +TQ_OBJECT friend class CModule; @@ -56,7 +56,7 @@ private: **/ class KDE_EXPORT CModule : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/library/noatun/scrollinglabel.h b/noatun/library/noatun/scrollinglabel.h index aa2b3450..3260c70c 100644 --- a/noatun/library/noatun/scrollinglabel.h +++ b/noatun/library/noatun/scrollinglabel.h @@ -30,7 +30,7 @@ **/ class ScrollingLabel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h index 31f5d20c..0ddf7f20 100644 --- a/noatun/library/noatun/stdaction.h +++ b/noatun/library/noatun/stdaction.h @@ -19,7 +19,7 @@ namespace NoatunStdAction **/ class PlayAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: PlayAction(TQObject *parent, const char *name); @@ -33,7 +33,7 @@ private slots: **/ class PlaylistAction : public TDEToggleAction { -Q_OBJECT +TQ_OBJECT public: PlaylistAction(TQObject *parent, const char *name); @@ -48,7 +48,7 @@ private slots: */ class PluginActionMenu : public TDEActionMenu { -Q_OBJECT +TQ_OBJECT public: PluginActionMenu(TQObject *parent, const char *name); @@ -82,7 +82,7 @@ private: */ class VisActionMenu : public TDEActionMenu { -Q_OBJECT +TQ_OBJECT public: VisActionMenu(TQObject *parent, const char *name); @@ -100,7 +100,7 @@ private: */ class LoopActionMenu : public TDEActionMenu { -Q_OBJECT +TQ_OBJECT public: LoopActionMenu(TQObject *parent, const char *name); diff --git a/noatun/library/noatun/stereobuttonaction.h b/noatun/library/noatun/stereobuttonaction.h index 5ff9e904..477443d4 100644 --- a/noatun/library/noatun/stereobuttonaction.h +++ b/noatun/library/noatun/stereobuttonaction.h @@ -12,7 +12,7 @@ namespace NoatunStdAction */ class StereoButtonAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: StereoButtonAction(const TQString& text, int accel = 0, TQObject* parent = 0, const char* name = 0 ); diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h index 4a5621ef..244fcd11 100644 --- a/noatun/library/noatun/vequalizer.h +++ b/noatun/library/noatun/vequalizer.h @@ -136,7 +136,7 @@ public: **/ class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface { - Q_OBJECT + TQ_OBJECT struct Private; Private *d; @@ -176,7 +176,7 @@ class VPreset; **/ class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface { - Q_OBJECT + TQ_OBJECT friend class VBand; friend class VPreset; diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h index ece120fe..9719f245 100644 --- a/noatun/library/noatun/video.h +++ b/noatun/library/noatun/video.h @@ -11,7 +11,7 @@ class TQPopupMenu; **/ class VideoFrame : public KVideoWidget { -Q_OBJECT +TQ_OBJECT struct Private; VideoFrame::Private *d; diff --git a/noatun/library/noatuntags/tagsgetter.h b/noatun/library/noatuntags/tagsgetter.h index c48727ea..65e3bdcd 100644 --- a/noatun/library/noatuntags/tagsgetter.h +++ b/noatun/library/noatuntags/tagsgetter.h @@ -9,7 +9,7 @@ class TagsGetter : public TQObject, public PlaylistNotifier { -Q_OBJECT +TQ_OBJECT public: TagsGetter(); @@ -47,7 +47,7 @@ private: class Control : public CModule { -Q_OBJECT +TQ_OBJECT public: Control(TagsGetter* parent); diff --git a/noatun/library/plugin_deps.h b/noatun/library/plugin_deps.h index 777c70e3..875bec35 100644 --- a/noatun/library/plugin_deps.h +++ b/noatun/library/plugin_deps.h @@ -11,7 +11,7 @@ class NoatunListener; class TimerThingy : public TQObject { -Q_OBJECT +TQ_OBJECT public: TimerThingy(Visualization*); diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index 47519d66..804ea492 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -50,7 +50,7 @@ private: class PluginListView : public TDEListView { -Q_OBJECT +TQ_OBJECT friend class PluginListItem; @@ -75,7 +75,7 @@ private: class Plugins : public CModule { -Q_OBJECT +TQ_OBJECT public: Plugins(TQObject *_parent = 0); diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h index 2bb13243..5c0d9349 100644 --- a/noatun/library/titleproxy.h +++ b/noatun/library/titleproxy.h @@ -48,7 +48,7 @@ namespace TitleProxy class Proxy : public TQObject { - Q_OBJECT + TQ_OBJECT public: Proxy( KURL url ); @@ -111,7 +111,7 @@ namespace TitleProxy class Server : public TQServerSocket { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/excellent/userinterface.h b/noatun/modules/excellent/userinterface.h index a5aca1a1..79a1a2da 100644 --- a/noatun/modules/excellent/userinterface.h +++ b/noatun/modules/excellent/userinterface.h @@ -49,7 +49,7 @@ class TDEToggleAction; */ class Excellent : public TDEMainWindow, public UserInterface { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index c5928ed7..f2262faf 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -33,7 +33,7 @@ class TDEAction; class HTMLExport : public TQObject, public Plugin { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND public: @@ -54,7 +54,7 @@ private slots: class Prefs : public CModule { -Q_OBJECT +TQ_OBJECT public: Prefs(TQObject *parent); diff --git a/noatun/modules/infrared/infrared.h b/noatun/modules/infrared/infrared.h index a8c9bd56..df3883d8 100644 --- a/noatun/modules/infrared/infrared.h +++ b/noatun/modules/infrared/infrared.h @@ -10,7 +10,7 @@ class Lirc; class InfraRed : public TQObject, public Plugin { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND public: diff --git a/noatun/modules/infrared/irprefs.h b/noatun/modules/infrared/irprefs.h index 6646456e..925cf638 100644 --- a/noatun/modules/infrared/irprefs.h +++ b/noatun/modules/infrared/irprefs.h @@ -14,7 +14,7 @@ class Lirc; class IRPrefs : public CModule { -Q_OBJECT +TQ_OBJECT public: enum Action diff --git a/noatun/modules/infrared/lirc.h b/noatun/modules/infrared/lirc.h index c770cbac..4b455da5 100644 --- a/noatun/modules/infrared/lirc.h +++ b/noatun/modules/infrared/lirc.h @@ -12,7 +12,7 @@ typedef TQMap Remotes; class Lirc : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/noatun/modules/kaiman/pref.h b/noatun/modules/kaiman/pref.h index 50ab3808..6917f879 100644 --- a/noatun/modules/kaiman/pref.h +++ b/noatun/modules/kaiman/pref.h @@ -26,7 +26,7 @@ class TQLabel; class KaimanPrefDlg : public CModule { - Q_OBJECT + TQ_OBJECT public: KaimanPrefDlg( TQObject *parent ); diff --git a/noatun/modules/kaiman/style.h b/noatun/modules/kaiman/style.h index 160dee8b..f3489448 100644 --- a/noatun/modules/kaiman/style.h +++ b/noatun/modules/kaiman/style.h @@ -30,7 +30,7 @@ class KaimanStyleElement : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KaimanStyleElement(TQWidget *parent, const char *name=0); @@ -71,7 +71,7 @@ private: class KaimanStyleMasked : public KaimanStyleElement { - Q_OBJECT + TQ_OBJECT public: KaimanStyleMasked(TQWidget *parent, const char *name=0) @@ -88,7 +88,7 @@ public: class KaimanStyleButton : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleButton(TQWidget *parent, const char *name=0); @@ -126,7 +126,7 @@ private: class KaimanStyleSlider : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleSlider(int min, int max, TQWidget *parent, const char *name=0); @@ -165,7 +165,7 @@ protected: class KaimanStyleBackground : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleBackground(TQWidget *parent, const char *name=0); @@ -185,7 +185,7 @@ private: class KaimanStyleValue : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleValue(int min, int max, TQWidget *parent, const char *name=0); @@ -204,7 +204,7 @@ private: class KaimanStyleState : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleState(TQWidget *parent, const char *name=0); @@ -228,7 +228,7 @@ private: class KaimanStyleNumber : public KaimanStyleElement { - Q_OBJECT + TQ_OBJECT public: KaimanStyleNumber(TQWidget *parent, const char *name=0); @@ -253,7 +253,7 @@ private: class KaimanStyleText : public KaimanStyleElement { - Q_OBJECT + TQ_OBJECT public: KaimanStyleText(TQWidget *parent, const char *name=0); @@ -288,7 +288,7 @@ private: class KaimanStyleAnimation : public KaimanStyleMasked { - Q_OBJECT + TQ_OBJECT public: KaimanStyleAnimation(int delay, TQWidget *parent, const char *name=0); @@ -309,7 +309,7 @@ private: class KaimanStyle : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KaimanStyle(TQWidget *parent, const char *name=0); diff --git a/noatun/modules/kaiman/userinterface.h b/noatun/modules/kaiman/userinterface.h index f4f712a4..0d10a34d 100644 --- a/noatun/modules/kaiman/userinterface.h +++ b/noatun/modules/kaiman/userinterface.h @@ -34,7 +34,7 @@ class Player; */ class Kaiman : public TDEMainWindow, public UserInterface { -Q_OBJECT +TQ_OBJECT public: Kaiman(); diff --git a/noatun/modules/keyz/keyz.h b/noatun/modules/keyz/keyz.h index 2145448b..f137fcbd 100644 --- a/noatun/modules/keyz/keyz.h +++ b/noatun/modules/keyz/keyz.h @@ -6,7 +6,7 @@ class Keyz : public TQObject, public Plugin { - Q_OBJECT + TQ_OBJECT NOATUNPLUGIND @@ -35,7 +35,7 @@ private: class KeyzPrefs : public CModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/kjofol-skin/kjbutton.h b/noatun/modules/kjofol-skin/kjbutton.h index 28dcf355..c6e6ae40 100644 --- a/noatun/modules/kjofol-skin/kjbutton.h +++ b/noatun/modules/kjofol-skin/kjbutton.h @@ -7,7 +7,7 @@ class KJLoader; class KJButton : public TQObject, public KJWidget { -Q_OBJECT +TQ_OBJECT public: KJButton(const TQStringList&, KJLoader *); diff --git a/noatun/modules/kjofol-skin/kjequalizer.h b/noatun/modules/kjofol-skin/kjequalizer.h index 7415ef2f..6331e285 100644 --- a/noatun/modules/kjofol-skin/kjequalizer.h +++ b/noatun/modules/kjofol-skin/kjequalizer.h @@ -10,7 +10,7 @@ class VInterpolation; class KJEqualizer : public TQObject, public KJWidget { -Q_OBJECT +TQ_OBJECT public: KJEqualizer(const TQStringList &, KJLoader *parent); diff --git a/noatun/modules/kjofol-skin/kjloader.h b/noatun/modules/kjofol-skin/kjloader.h index 27af10a3..1c8bf6fc 100644 --- a/noatun/modules/kjofol-skin/kjloader.h +++ b/noatun/modules/kjofol-skin/kjloader.h @@ -32,7 +32,7 @@ class KJPrefs; class KJLoader : public TQWidget, public UserInterface, public Parser { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND diff --git a/noatun/modules/kjofol-skin/kjprefs.h b/noatun/modules/kjofol-skin/kjprefs.h index 0226cfdd..bb36e631 100644 --- a/noatun/modules/kjofol-skin/kjprefs.h +++ b/noatun/modules/kjofol-skin/kjprefs.h @@ -24,7 +24,7 @@ class KJLoader; class KJPrefs : public CModule { -Q_OBJECT +TQ_OBJECT public: KJPrefs(TQObject* parent); diff --git a/noatun/modules/kjofol-skin/kjtextdisplay.h b/noatun/modules/kjofol-skin/kjtextdisplay.h index 3487ae0d..ffb3cbae 100644 --- a/noatun/modules/kjofol-skin/kjtextdisplay.h +++ b/noatun/modules/kjofol-skin/kjtextdisplay.h @@ -11,7 +11,7 @@ class KPixmap; class KJFilename : public TQObject, public KJWidget { -Q_OBJECT +TQ_OBJECT public: KJFilename(const TQStringList &, KJLoader *parent); diff --git a/noatun/modules/marquis/marquis.h b/noatun/modules/marquis/marquis.h index 00789b43..651417ba 100644 --- a/noatun/modules/marquis/marquis.h +++ b/noatun/modules/marquis/marquis.h @@ -34,7 +34,7 @@ class Player; class Marquis : public TDEMainWindow, public SessionManagement { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND public: diff --git a/noatun/modules/metatag/edit.h b/noatun/modules/metatag/edit.h index 801c2e53..c86f18da 100644 --- a/noatun/modules/metatag/edit.h +++ b/noatun/modules/metatag/edit.h @@ -16,7 +16,7 @@ struct MetaWidget { }; class Editor:public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Editor(); diff --git a/noatun/modules/metatag/metatag.h b/noatun/modules/metatag/metatag.h index 43eb9f3c..ec70edf6 100644 --- a/noatun/modules/metatag/metatag.h +++ b/noatun/modules/metatag/metatag.h @@ -12,7 +12,7 @@ class KFileMetaInfo; class TDEAction; class MetaTagLoader:public TQObject, public Tags, public Plugin { - Q_OBJECT + TQ_OBJECT public: MetaTagLoader(); diff --git a/noatun/modules/monoscope/monoscope.h b/noatun/modules/monoscope/monoscope.h index 7fddb26b..2b1a8c3a 100644 --- a/noatun/modules/monoscope/monoscope.h +++ b/noatun/modules/monoscope/monoscope.h @@ -7,7 +7,7 @@ class TDEToggleAction; class Monoscope : public TQWidget, public MonoScope, public Plugin { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND diff --git a/noatun/modules/net/net.h b/noatun/modules/net/net.h index 68df6e20..4548f63f 100644 --- a/noatun/modules/net/net.h +++ b/noatun/modules/net/net.h @@ -9,7 +9,7 @@ class Net : public TQServerSocket, public Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/modules/noatunui/userinterface.h b/noatun/modules/noatunui/userinterface.h index 1b384be9..797fc4ac 100644 --- a/noatun/modules/noatunui/userinterface.h +++ b/noatun/modules/noatunui/userinterface.h @@ -23,7 +23,7 @@ class KStatusBar; */ class MilkChocolate : public TQWidget, public UserInterface { -Q_OBJECT +TQ_OBJECT public: MilkChocolate(); diff --git a/noatun/modules/simple/userinterface.h b/noatun/modules/simple/userinterface.h index a218f574..17f5b3ea 100644 --- a/noatun/modules/simple/userinterface.h +++ b/noatun/modules/simple/userinterface.h @@ -27,7 +27,7 @@ class SimpleUI : public TDEMainWindow, public UserInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/splitplaylist/find.h b/noatun/modules/splitplaylist/find.h index d44bb0e5..c77a6424 100644 --- a/noatun/modules/splitplaylist/find.h +++ b/noatun/modules/splitplaylist/find.h @@ -9,7 +9,7 @@ class TQPushButton; class Finder : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: Finder(TQWidget *parent); diff --git a/noatun/modules/splitplaylist/playlist.h b/noatun/modules/splitplaylist/playlist.h index de025ad5..9ac27bc2 100644 --- a/noatun/modules/splitplaylist/playlist.h +++ b/noatun/modules/splitplaylist/playlist.h @@ -27,7 +27,7 @@ class TQListViewItem; class SplitPlaylist : public Playlist, public Plugin { -Q_OBJECT +TQ_OBJECT friend class SafeListViewItem; friend class List; diff --git a/noatun/modules/splitplaylist/view.h b/noatun/modules/splitplaylist/view.h index 4eef4e9b..54578cb4 100644 --- a/noatun/modules/splitplaylist/view.h +++ b/noatun/modules/splitplaylist/view.h @@ -57,7 +57,7 @@ private: class List : public TDEListView { -Q_OBJECT +TQ_OBJECT friend class View; public: @@ -105,7 +105,7 @@ class TDEToolBar; class View : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: View(SplitPlaylist *mother); diff --git a/noatun/modules/systray/cmodule.h b/noatun/modules/systray/cmodule.h index 10196423..dd8784d3 100644 --- a/noatun/modules/systray/cmodule.h +++ b/noatun/modules/systray/cmodule.h @@ -33,7 +33,7 @@ class YHConfigWidget; class YHModule : public CModule { -Q_OBJECT +TQ_OBJECT public: YHModule(TQObject *_parent); diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h index 13a8b518..709a8f07 100644 --- a/noatun/modules/systray/kitsystemtray.h +++ b/noatun/modules/systray/kitsystemtray.h @@ -36,7 +36,7 @@ class TQPixmap; class KitSystemTray : public KSystemTray { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h index 80592b07..3adc59cf 100644 --- a/noatun/modules/systray/systray.h +++ b/noatun/modules/systray/systray.h @@ -40,7 +40,7 @@ class PassivePopup; class NoatunSystray : public TDEMainWindow, public Plugin { -Q_OBJECT +TQ_OBJECT public: NoatunSystray(); diff --git a/noatun/modules/voiceprint/prefs.h b/noatun/modules/voiceprint/prefs.h index 16b8032f..c317cc45 100644 --- a/noatun/modules/voiceprint/prefs.h +++ b/noatun/modules/voiceprint/prefs.h @@ -8,7 +8,7 @@ class KColorButton; class Prefs : public CModule { -Q_OBJECT +TQ_OBJECT public: Prefs(TQObject* parent); diff --git a/noatun/modules/voiceprint/voiceprint.h b/noatun/modules/voiceprint/voiceprint.h index 0440e8c4..b3ce0d29 100644 --- a/noatun/modules/voiceprint/voiceprint.h +++ b/noatun/modules/voiceprint/voiceprint.h @@ -5,7 +5,7 @@ class VoicePrint : public TQWidget, public MonoFFTScope, public Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/modules/winskin/guiSpectrumAnalyser.h b/noatun/modules/winskin/guiSpectrumAnalyser.h index 05657424..a29fd18b 100644 --- a/noatun/modules/winskin/guiSpectrumAnalyser.h +++ b/noatun/modules/winskin/guiSpectrumAnalyser.h @@ -28,7 +28,7 @@ enum visualizationMode {MODE_DISABLED = 0, MODE_ANALYSER = 1}; enum analyserMode {MODE_NORMAL = 0, MODE_FIRE = 1, MODE_VERTICAL_LINES = 2}; class GuiSpectrumAnalyser : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waBalanceSlider.h b/noatun/modules/winskin/waBalanceSlider.h index 7a08ca04..7eb77055 100644 --- a/noatun/modules/winskin/waBalanceSlider.h +++ b/noatun/modules/winskin/waBalanceSlider.h @@ -20,7 +20,7 @@ #include "waWidget.h" class WaBalanceSlider : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waButton.h b/noatun/modules/winskin/waButton.h index 69afecea..c8ecd05c 100644 --- a/noatun/modules/winskin/waButton.h +++ b/noatun/modules/winskin/waButton.h @@ -20,7 +20,7 @@ #include "waWidget.h" class WaButton : public WaWidget { - Q_OBJECT + TQ_OBJECT public: WaButton(int mapId); diff --git a/noatun/modules/winskin/waClutterbar.h b/noatun/modules/winskin/waClutterbar.h index 070d9e7e..29892a98 100644 --- a/noatun/modules/winskin/waClutterbar.h +++ b/noatun/modules/winskin/waClutterbar.h @@ -5,7 +5,7 @@ #include "waWidget.h" class WaClutterbar : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waDigit.h b/noatun/modules/winskin/waDigit.h index 8d159e71..2e8210ec 100644 --- a/noatun/modules/winskin/waDigit.h +++ b/noatun/modules/winskin/waDigit.h @@ -21,7 +21,7 @@ #include "waWidget.h" class WaDigit : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waIndicator.h b/noatun/modules/winskin/waIndicator.h index 48dcdab1..663bf0d9 100644 --- a/noatun/modules/winskin/waIndicator.h +++ b/noatun/modules/winskin/waIndicator.h @@ -21,7 +21,7 @@ #include "waWidget.h" class WaIndicator : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waInfo.h b/noatun/modules/winskin/waInfo.h index df29322a..a800cf54 100644 --- a/noatun/modules/winskin/waInfo.h +++ b/noatun/modules/winskin/waInfo.h @@ -22,7 +22,7 @@ #include "waWidget.h" class WaInfo : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waJumpSlider.h b/noatun/modules/winskin/waJumpSlider.h index dc92c388..50014aad 100644 --- a/noatun/modules/winskin/waJumpSlider.h +++ b/noatun/modules/winskin/waJumpSlider.h @@ -19,7 +19,7 @@ #include "waWidget.h" class WaJumpSlider : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waLabel.h b/noatun/modules/winskin/waLabel.h index 4bbc057c..ddaf8659 100644 --- a/noatun/modules/winskin/waLabel.h +++ b/noatun/modules/winskin/waLabel.h @@ -17,7 +17,7 @@ #include "waWidget.h" class WaLabel : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waMain.h b/noatun/modules/winskin/waMain.h index ba8aec08..ff175fd8 100644 --- a/noatun/modules/winskin/waMain.h +++ b/noatun/modules/winskin/waMain.h @@ -4,7 +4,7 @@ #include "waWidget.h" class WaMain : WaWidget { - Q_OBJECT + TQ_OBJECT public: WaMain(); diff --git a/noatun/modules/winskin/waSkin.h b/noatun/modules/winskin/waSkin.h index bba125cd..20b137a5 100644 --- a/noatun/modules/winskin/waSkin.h +++ b/noatun/modules/winskin/waSkin.h @@ -45,7 +45,7 @@ class WaSkin; extern WaSkin *_waskin_instance; class WaSkin : public TQWidget, public UserInterface { - Q_OBJECT + TQ_OBJECT NOATUNPLUGIND WaSkinModel *waSkinModel; diff --git a/noatun/modules/winskin/waSkinManager.h b/noatun/modules/winskin/waSkinManager.h index a3b06c45..dd9f7815 100644 --- a/noatun/modules/winskin/waSkinManager.h +++ b/noatun/modules/winskin/waSkinManager.h @@ -8,7 +8,7 @@ #include class WaSkinManager : public TQObject, public DCOPObject { -Q_OBJECT +TQ_OBJECT // K_DCOP diff --git a/noatun/modules/winskin/waSkinModel.h b/noatun/modules/winskin/waSkinModel.h index 45898c45..88430293 100644 --- a/noatun/modules/winskin/waSkinModel.h +++ b/noatun/modules/winskin/waSkinModel.h @@ -26,7 +26,7 @@ class WaSkinModel; extern WaSkinModel *_waskinmodel_instance; class WaSkinModel : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waSlider.h b/noatun/modules/winskin/waSlider.h index b5e50a0e..0758231e 100644 --- a/noatun/modules/winskin/waSlider.h +++ b/noatun/modules/winskin/waSlider.h @@ -22,7 +22,7 @@ #include "waButton.h" class WaSlider : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waStatus.h b/noatun/modules/winskin/waStatus.h index 8bf0067e..0e02103b 100644 --- a/noatun/modules/winskin/waStatus.h +++ b/noatun/modules/winskin/waStatus.h @@ -23,7 +23,7 @@ enum status_enum {STATUS_PLAYING, STATUS_STOPPED, STATUS_PAUSED}; class WaStatus : public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waTitleBar.h b/noatun/modules/winskin/waTitleBar.h index 2d9e3fde..8e6096bc 100644 --- a/noatun/modules/winskin/waTitleBar.h +++ b/noatun/modules/winskin/waTitleBar.h @@ -28,7 +28,7 @@ class WaTitleBar : public WaIndicator { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waVolumeSlider.h b/noatun/modules/winskin/waVolumeSlider.h index 9d872c9f..a528abef 100644 --- a/noatun/modules/winskin/waVolumeSlider.h +++ b/noatun/modules/winskin/waVolumeSlider.h @@ -19,7 +19,7 @@ #include "waWidget.h" class WaVolumeSlider:public WaWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/noatun/modules/winskin/waWidget.h b/noatun/modules/winskin/waWidget.h index fa86f26b..81f12f14 100644 --- a/noatun/modules/winskin/waWidget.h +++ b/noatun/modules/winskin/waWidget.h @@ -5,7 +5,7 @@ #include "waSkinModel.h" class WaWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: WaWidget(int mapping); diff --git a/noatun/modules/winskin/winSkinConfig.h b/noatun/modules/winskin/winSkinConfig.h index b25b7178..99220e6e 100644 --- a/noatun/modules/winskin/winSkinConfig.h +++ b/noatun/modules/winskin/winSkinConfig.h @@ -9,7 +9,7 @@ class WaSkinManager; class TQSlider; class WinSkinConfig:public CModule { - Q_OBJECT + TQ_OBJECT public: WinSkinConfig(TQWidget * parent, WaSkinManager *waManager); diff --git a/noatun/modules/winskin/winSkinVis.h b/noatun/modules/winskin/winSkinVis.h index 88d756c4..502c507c 100644 --- a/noatun/modules/winskin/winSkinVis.h +++ b/noatun/modules/winskin/winSkinVis.h @@ -24,7 +24,7 @@ #include "vis/winskinvis.h" class WinSkinVis : public TQObject, public Visualization { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1