From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 ++-- 24 files changed, 38 insertions(+), 38 deletions(-) (limited to 'noatun/library') diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index c5e18027..f7fbcd0d 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -22,7 +22,7 @@ class KURLRequester; class General : public CModule { Q_OBJECT - TQ_OBJECT + public: General(TQObject *parent=0); virtual void save(); diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 3b371921..718a2e82 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -36,7 +36,7 @@ class TQToolButton; class EffectView : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EffectView(); @@ -75,7 +75,7 @@ private: class EffectList : public KListView { Q_OBJECT - TQ_OBJECT + public: EffectList(TQWidget *parent); virtual bool acceptDrag(TQDropEvent *) const; diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index 1f881742..569417a0 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -17,7 +17,7 @@ class EqualizerWidget; class EqualizerLevel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: EqualizerLevel(TQWidget *parent, VBand band); @@ -37,7 +37,7 @@ private: class PresetList : public KListView { Q_OBJECT - TQ_OBJECT + public: PresetList(TQWidget *parent, const char *name=0); @@ -49,7 +49,7 @@ public: class EqualizerView : public KDialogBase { Q_OBJECT - TQ_OBJECT + TQPtrList mBands; public: diff --git a/noatun/library/globalvideo.h b/noatun/library/globalvideo.h index 8203282d..9414ca33 100644 --- a/noatun/library/globalvideo.h +++ b/noatun/library/globalvideo.h @@ -7,7 +7,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 818f63c7..42df2b72 100644 --- a/noatun/library/mimetypetree.h +++ b/noatun/library/mimetypetree.h @@ -19,7 +19,7 @@ class MimeTypeTree : public KListView { Q_OBJECT - TQ_OBJECT + public: MimeTypeTree(TQWidget *parent); diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h index 8e8b0e1b..e337ddd9 100644 --- a/noatun/library/noatun/app.h +++ b/noatun/library/noatun/app.h @@ -31,7 +31,7 @@ namespace NoatunStdAction class KDE_EXPORT NoatunApp : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + friend class Playlist; public: diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index fad688fa..3e5f00c4 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -23,7 +23,7 @@ class TQLabel; class KDE_EXPORT L33tSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: L33tSlider(TQWidget * parent, const char * name=0); L33tSlider(Qt::Orientation, TQWidget * parent, const char * name=0); @@ -57,7 +57,7 @@ private: class SliderAction : public KAction { Q_OBJECT - TQ_OBJECT + public: SliderAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name ); diff --git a/noatun/library/noatun/downloader.h b/noatun/library/noatun/downloader.h index 3fffc772..19b1d30d 100644 --- a/noatun/library/noatun/downloader.h +++ b/noatun/library/noatun/downloader.h @@ -66,7 +66,7 @@ private: class Downloader : public TQObject { Q_OBJECT - TQ_OBJECT + struct QueueItem { DownloadItem *notifier; diff --git a/noatun/library/noatun/effects.h b/noatun/library/noatun/effects.h index 0480729d..73e5444f 100644 --- a/noatun/library/noatun/effects.h +++ b/noatun/library/noatun/effects.h @@ -97,7 +97,7 @@ private: class Effects : public TQObject { Q_OBJECT - TQ_OBJECT + friend class Effect; public: Effects(); diff --git a/noatun/library/noatun/engine.h b/noatun/library/noatun/engine.h index 19e28dde..7be41d45 100644 --- a/noatun/library/noatun/engine.h +++ b/noatun/library/noatun/engine.h @@ -33,7 +33,7 @@ class NoatunApp; class KDE_EXPORT Engine : public TQObject { Q_OBJECT - TQ_OBJECT + friend class NoatunApp; public: Engine(TQObject *parent=0); diff --git a/noatun/library/noatun/equalizer.h b/noatun/library/noatun/equalizer.h index 744958b3..a654fd13 100644 --- a/noatun/library/noatun/equalizer.h +++ b/noatun/library/noatun/equalizer.h @@ -106,7 +106,7 @@ friend class Preset; friend class Engine; Q_OBJECT - TQ_OBJECT + public: Equalizer(); ~Equalizer(); diff --git a/noatun/library/noatun/player.h b/noatun/library/noatun/player.h index ef65b648..c4821d0f 100644 --- a/noatun/library/noatun/player.h +++ b/noatun/library/noatun/player.h @@ -22,7 +22,7 @@ class KLibrary; class KDE_EXPORT Player : public TQObject { Q_OBJECT - TQ_OBJECT + friend class Effects; friend class PlaylistItemData; friend class PlaylistNotifier; diff --git a/noatun/library/noatun/playlist.h b/noatun/library/noatun/playlist.h index 6c390e77..2bc0f763 100644 --- a/noatun/library/noatun/playlist.h +++ b/noatun/library/noatun/playlist.h @@ -329,7 +329,7 @@ private: class Playlist : public TQObject { Q_OBJECT - TQ_OBJECT + friend class PlaylistItemData; public: Playlist(TQObject *parent, const char *name); diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h index a79c05aa..14b53ec8 100644 --- a/noatun/library/noatun/plugin.h +++ b/noatun/library/noatun/plugin.h @@ -405,7 +405,7 @@ class NoatunListenerNotif; class NoatunListener : public TQObject { Q_OBJECT - TQ_OBJECT + friend class NoatunListenerNotif; public: @@ -454,7 +454,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 fe29fdf1..07275b56 100644 --- a/noatun/library/noatun/pref.h +++ b/noatun/library/noatun/pref.h @@ -13,7 +13,7 @@ class CModule; class NoatunPreferences : public KDialogBase { Q_OBJECT - TQ_OBJECT + friend class CModule; public: @@ -57,7 +57,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 de5bf276..f2be37ee 100644 --- a/noatun/library/noatun/scrollinglabel.h +++ b/noatun/library/noatun/scrollinglabel.h @@ -31,7 +31,7 @@ class ScrollingLabel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ScrollingLabel(const TQString &initialText,TQWidget *parent, diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h index b0e30098..9f9b639e 100644 --- a/noatun/library/noatun/stdaction.h +++ b/noatun/library/noatun/stdaction.h @@ -20,7 +20,7 @@ namespace NoatunStdAction class PlayAction : public KAction { Q_OBJECT - TQ_OBJECT + public: PlayAction(TQObject *parent, const char *name); private slots: @@ -34,7 +34,7 @@ private slots: class PlaylistAction : public KToggleAction { Q_OBJECT - TQ_OBJECT + public: PlaylistAction(TQObject *parent, const char *name); private slots: @@ -49,7 +49,7 @@ private slots: class PluginActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: PluginActionMenu(TQObject *parent, const char *name); /** @@ -83,7 +83,7 @@ private: class VisActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: VisActionMenu(TQObject *parent, const char *name); private slots: @@ -101,7 +101,7 @@ private: class LoopActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: LoopActionMenu(TQObject *parent, const char *name); private slots: diff --git a/noatun/library/noatun/stereobuttonaction.h b/noatun/library/noatun/stereobuttonaction.h index ac85b9ed..6e5312f9 100644 --- a/noatun/library/noatun/stereobuttonaction.h +++ b/noatun/library/noatun/stereobuttonaction.h @@ -13,7 +13,7 @@ namespace NoatunStdAction class StereoButtonAction : public KAction { Q_OBJECT - TQ_OBJECT + public: StereoButtonAction(const TQString& text, int accel = 0, TQObject* parent = 0, const char* name = 0 ); StereoButtonAction(const TQString& text, int accel, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h index 5e494472..f28fb4e1 100644 --- a/noatun/library/noatun/vequalizer.h +++ b/noatun/library/noatun/vequalizer.h @@ -137,7 +137,7 @@ public: class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface { Q_OBJECT - TQ_OBJECT + struct Private; Private *d; friend class VBand; @@ -177,7 +177,7 @@ class VPreset; class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface { Q_OBJECT - TQ_OBJECT + friend class VBand; friend class VPreset; friend class Engine; diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h index bed8f8ac..ece120fe 100644 --- a/noatun/library/noatun/video.h +++ b/noatun/library/noatun/video.h @@ -12,7 +12,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 cf336c7d..c48727ea 100644 --- a/noatun/library/noatuntags/tagsgetter.h +++ b/noatun/library/noatuntags/tagsgetter.h @@ -10,7 +10,7 @@ class TagsGetter : public TQObject, public PlaylistNotifier { Q_OBJECT - TQ_OBJECT + public: TagsGetter(); void associate(Tags *t); @@ -48,7 +48,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 e52e73c1..777c70e3 100644 --- a/noatun/library/plugin_deps.h +++ b/noatun/library/plugin_deps.h @@ -12,7 +12,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 c3818040..d29fe1d1 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -51,7 +51,7 @@ private: class PluginListView : public KListView { Q_OBJECT - TQ_OBJECT + friend class PluginListItem; @@ -76,7 +76,7 @@ private: class Plugins : public CModule { Q_OBJECT - TQ_OBJECT + public: Plugins(TQObject *_parent = 0); virtual void save(); diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h index 21f9528d..2bb13243 100644 --- a/noatun/library/titleproxy.h +++ b/noatun/library/titleproxy.h @@ -49,7 +49,7 @@ namespace TitleProxy class Proxy : public TQObject { Q_OBJECT - TQ_OBJECT + public: Proxy( KURL url ); ~Proxy(); @@ -112,7 +112,7 @@ namespace TitleProxy class Server : public TQServerSocket { Q_OBJECT - TQ_OBJECT + public: Server( TQ_UINT16 port, TQObject* parent ) -- cgit v1.2.1