summaryrefslogtreecommitdiffstats
path: root/src/kmplayervdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmplayervdr.h')
-rw-r--r--src/kmplayervdr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayervdr.h b/src/kmplayervdr.h
index 636fed3..6cddfb0 100644
--- a/src/kmplayervdr.h
+++ b/src/kmplayervdr.h
@@ -50,7 +50,7 @@ class KListView;
*/
class KMPLAYER_NO_EXPORT KMPlayerPrefSourcePageVDR : public TQFrame {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerPrefSourcePageVDR (TQWidget * parent, KMPlayer::PartBase * player);
~KMPlayerPrefSourcePageVDR ();
@@ -70,7 +70,7 @@ private:
*/
class KMPLAYER_NO_EXPORT KMPlayerVDRSource : public KMPlayer::Source, public KMPlayer::PreferencesPage {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerVDRSource (KMPlayerApp * app);
virtual ~KMPlayerVDRSource ();
@@ -161,7 +161,7 @@ private:
class XVideo : public KMPlayer::CallbackProcess {
Q_OBJECT
- TQ_OBJECT
+
public:
XVideo (TQObject * parent, KMPlayer::Settings * settings);
~XVideo ();