From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kicker-applets/mediacontrol/amarokInterface.h | 2 +- kicker-applets/mediacontrol/configfrontend.h | 2 +- kicker-applets/mediacontrol/jukInterface.h | 2 +- kicker-applets/mediacontrol/kscdInterface.h | 2 +- kicker-applets/mediacontrol/mcslider.h | 2 +- kicker-applets/mediacontrol/mediacontrol.h | 4 ++-- kicker-applets/mediacontrol/mediacontrolconfig.h | 2 +- kicker-applets/mediacontrol/mpdInterface.h | 2 +- kicker-applets/mediacontrol/noatunInterface.h | 2 +- kicker-applets/mediacontrol/playerInterface.h | 2 +- kicker-applets/mediacontrol/simplebutton.h | 4 ++-- kicker-applets/mediacontrol/xmmsInterface.h | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) (limited to 'kicker-applets/mediacontrol') diff --git a/kicker-applets/mediacontrol/amarokInterface.h b/kicker-applets/mediacontrol/amarokInterface.h index 5e8c689..251962c 100644 --- a/kicker-applets/mediacontrol/amarokInterface.h +++ b/kicker-applets/mediacontrol/amarokInterface.h @@ -29,7 +29,7 @@ class AmarokInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: AmarokInterface(); ~AmarokInterface(); diff --git a/kicker-applets/mediacontrol/configfrontend.h b/kicker-applets/mediacontrol/configfrontend.h index fc5f346..9a4727f 100644 --- a/kicker-applets/mediacontrol/configfrontend.h +++ b/kicker-applets/mediacontrol/configfrontend.h @@ -27,7 +27,7 @@ class ConfigFrontend : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigFrontend(); ConfigFrontend(KConfig *); diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h index 51bd6de..41b6542 100644 --- a/kicker-applets/mediacontrol/jukInterface.h +++ b/kicker-applets/mediacontrol/jukInterface.h @@ -30,7 +30,7 @@ class TQProcess; class JuKInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: JuKInterface(); ~JuKInterface(); diff --git a/kicker-applets/mediacontrol/kscdInterface.h b/kicker-applets/mediacontrol/kscdInterface.h index 2448080..f4fe279 100644 --- a/kicker-applets/mediacontrol/kscdInterface.h +++ b/kicker-applets/mediacontrol/kscdInterface.h @@ -29,7 +29,7 @@ class KsCDInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: KsCDInterface(); ~KsCDInterface(); diff --git a/kicker-applets/mediacontrol/mcslider.h b/kicker-applets/mediacontrol/mcslider.h index 1d81b82..427bb94 100644 --- a/kicker-applets/mediacontrol/mcslider.h +++ b/kicker-applets/mediacontrol/mcslider.h @@ -23,7 +23,7 @@ class MCSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: MCSlider( Qt::Orientation orientation, TQWidget *parent, const char *name = 0 ); diff --git a/kicker-applets/mediacontrol/mediacontrol.h b/kicker-applets/mediacontrol/mediacontrol.h index 15315c6..4c98787 100644 --- a/kicker-applets/mediacontrol/mediacontrol.h +++ b/kicker-applets/mediacontrol/mediacontrol.h @@ -53,7 +53,7 @@ class MediaControlToolTip; class TrayButton : public SimpleButton { Q_OBJECT - TQ_OBJECT + public: TrayButton(TQWidget* parent, const char* name); @@ -66,7 +66,7 @@ class TrayButton : public SimpleButton class MediaControl : public KPanelApplet, virtual public MediaControlIface { Q_OBJECT - TQ_OBJECT + public: MediaControl(const TQString&, Type, int ,TQWidget * = 0, const char * = 0); diff --git a/kicker-applets/mediacontrol/mediacontrolconfig.h b/kicker-applets/mediacontrol/mediacontrolconfig.h index 5ce463a..aad3c61 100644 --- a/kicker-applets/mediacontrol/mediacontrolconfig.h +++ b/kicker-applets/mediacontrol/mediacontrolconfig.h @@ -28,7 +28,7 @@ class KConfig; class MediaControlConfig: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MediaControlConfig(ConfigFrontend *cfg, TQWidget *parent = 0, const char* name = "MediaControlConfig"); diff --git a/kicker-applets/mediacontrol/mpdInterface.h b/kicker-applets/mediacontrol/mpdInterface.h index 4ba2034..5e1a0bd 100644 --- a/kicker-applets/mediacontrol/mpdInterface.h +++ b/kicker-applets/mediacontrol/mpdInterface.h @@ -32,7 +32,7 @@ class MpdInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: MpdInterface(); ~MpdInterface(); diff --git a/kicker-applets/mediacontrol/noatunInterface.h b/kicker-applets/mediacontrol/noatunInterface.h index 0349458..2fb3efe 100644 --- a/kicker-applets/mediacontrol/noatunInterface.h +++ b/kicker-applets/mediacontrol/noatunInterface.h @@ -28,7 +28,7 @@ class NoatunInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: NoatunInterface(); ~NoatunInterface(); diff --git a/kicker-applets/mediacontrol/playerInterface.h b/kicker-applets/mediacontrol/playerInterface.h index 1225290..9fa6c2c 100644 --- a/kicker-applets/mediacontrol/playerInterface.h +++ b/kicker-applets/mediacontrol/playerInterface.h @@ -24,7 +24,7 @@ class PlayerInterface : public TQObject { Q_OBJECT - TQ_OBJECT + public: PlayerInterface(); virtual ~PlayerInterface(); diff --git a/kicker-applets/mediacontrol/simplebutton.h b/kicker-applets/mediacontrol/simplebutton.h index 9c66f85..8a0cb89 100644 --- a/kicker-applets/mediacontrol/simplebutton.h +++ b/kicker-applets/mediacontrol/simplebutton.h @@ -29,7 +29,7 @@ class KDE_EXPORT SimpleButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: SimpleButton(TQWidget *parent, const char *name = 0); @@ -64,7 +64,7 @@ class KDE_EXPORT SimpleButton : public TQButton class KDE_EXPORT SimpleArrowButton: public SimpleButton { Q_OBJECT - TQ_OBJECT + public: SimpleArrowButton(TQWidget *parent = 0, TQt::ArrowType arrow = TQt::UpArrow, const char *name = 0); diff --git a/kicker-applets/mediacontrol/xmmsInterface.h b/kicker-applets/mediacontrol/xmmsInterface.h index d67f8df..9a0c236 100644 --- a/kicker-applets/mediacontrol/xmmsInterface.h +++ b/kicker-applets/mediacontrol/xmmsInterface.h @@ -30,7 +30,7 @@ class XmmsInterface : public PlayerInterface { Q_OBJECT - TQ_OBJECT + public: XmmsInterface(); ~XmmsInterface(); -- cgit v1.2.1