diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:44 -0600 |
commit | bceb87c42839fae827243bb09d7185beafffbb1d (patch) | |
tree | 5491932f23278d0ed467d4c777e61f0d6122de6b /src/kmplayertvsource.h | |
parent | 9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff) | |
download | kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kmplayertvsource.h')
-rw-r--r-- | src/kmplayertvsource.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayertvsource.h b/src/kmplayertvsource.h index af1a868..da42c21 100644 --- a/src/kmplayertvsource.h +++ b/src/kmplayertvsource.h @@ -49,7 +49,7 @@ class KConfig; class KMPLAYER_NO_EXPORT TVDevicePage : public TQFrame { Q_OBJECT - TQ_OBJECT + public: TVDevicePage (TQWidget *parent, KMPlayer::NodePtr dev); KDE_NO_CDTOR_EXPORT ~TVDevicePage () {} @@ -69,7 +69,7 @@ private slots: class KMPLAYER_NO_EXPORT KMPlayerPrefSourcePageTV : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KMPlayerPrefSourcePageTV (TQWidget *parent, KMPlayerTVSource *); KDE_NO_CDTOR_EXPORT ~KMPlayerPrefSourcePageTV () {} @@ -147,7 +147,7 @@ public: */ class KMPLAYER_NO_EXPORT TVDeviceScannerSource : public KMPlayer::Source { Q_OBJECT - TQ_OBJECT + public: TVDeviceScannerSource (KMPlayerTVSource * src); KDE_NO_CDTOR_EXPORT ~TVDeviceScannerSource () {}; @@ -179,7 +179,7 @@ private: */ class KMPLAYER_NO_EXPORT KMPlayerTVSource : public KMPlayerMenuSource, public KMPlayer::PreferencesPage { Q_OBJECT - TQ_OBJECT + public: KMPlayerTVSource (KMPlayerApp * app, TQPopupMenu * m); virtual ~KMPlayerTVSource (); |