diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:46:11 +0900 |
commit | da8cf2c4b269dfb76e66cba765b995bd367c67e6 (patch) | |
tree | 498450c4f71adccff32dc7dbf438ed590263ea60 /src/kmplayervdr.h | |
parent | b62a1922fab2031d49fa921cf4b5dae3d9c7091c (diff) | |
download | kmplayer-da8cf2c4.tar.gz kmplayer-da8cf2c4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
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); |