diff options
Diffstat (limited to 'src/kmplayervdr.h')
-rw-r--r-- | src/kmplayervdr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayervdr.h b/src/kmplayervdr.h index c0c3899..dd49eb5 100644 --- a/src/kmplayervdr.h +++ b/src/kmplayervdr.h @@ -49,7 +49,7 @@ class TDEListView; * Preference page for VDR */ class KMPLAYER_NO_EXPORT KMPlayerPrefSourcePageVDR : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KMPlayerPrefSourcePageVDR (TQWidget * parent, KMPlayer::PartBase * player); @@ -69,7 +69,7 @@ private: * Source from VDR (XVideo actually) and socket connection */ class KMPLAYER_NO_EXPORT KMPlayerVDRSource : public KMPlayer::Source, public KMPlayer::PreferencesPage { - Q_OBJECT + TQ_OBJECT public: KMPlayerVDRSource (KMPlayerApp * app); @@ -160,7 +160,7 @@ private: }; class XVideo : public KMPlayer::CallbackProcess { - Q_OBJECT + TQ_OBJECT public: XVideo (TQObject * parent, KMPlayer::Settings * settings); |