summaryrefslogtreecommitdiffstats
path: root/src/kmplayerbroadcast.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
commitbceb87c42839fae827243bb09d7185beafffbb1d (patch)
tree5491932f23278d0ed467d4c777e61f0d6122de6b /src/kmplayerbroadcast.h
parent9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff)
downloadkmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz
kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kmplayerbroadcast.h')
-rw-r--r--src/kmplayerbroadcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayerbroadcast.h b/src/kmplayerbroadcast.h
index 0e756cd..eff7bf5 100644
--- a/src/kmplayerbroadcast.h
+++ b/src/kmplayerbroadcast.h
@@ -74,7 +74,7 @@ typedef std::vector <FFServerSetting *> FFServerSettingList;
class KMPLAYER_NO_EXPORT KMPlayerPrefBroadcastPage : public TQFrame {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerPrefBroadcastPage (TQWidget * parent);
KDE_NO_CDTOR_EXPORT ~KMPlayerPrefBroadcastPage () {}
@@ -89,7 +89,7 @@ public:
class KMPLAYER_NO_EXPORT KMPlayerPrefBroadcastFormatPage : public TQFrame {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerPrefBroadcastFormatPage (TQWidget * parent, FFServerSettingList &);
KDE_NO_CDTOR_EXPORT ~KMPlayerPrefBroadcastFormatPage () {}
@@ -155,7 +155,7 @@ private:
*/
class KMPLAYER_NO_EXPORT KMPlayerBroadcastConfig : public TQObject, public KMPlayer::PreferencesPage {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerBroadcastConfig (KMPlayer::PartBase * player, KMPlayerFFServerConfig * fsc);
KDE_NO_CDTOR_EXPORT ~KMPlayerBroadcastConfig ();