summaryrefslogtreecommitdiffstats
path: root/src/kmplayerview.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:18:38 +0900
committerMichele Calgaro <[email protected]>2023-07-24 17:46:11 +0900
commitda8cf2c4b269dfb76e66cba765b995bd367c67e6 (patch)
tree498450c4f71adccff32dc7dbf438ed590263ea60 /src/kmplayerview.h
parentb62a1922fab2031d49fa921cf4b5dae3d9c7091c (diff)
downloadkmplayer-da8cf2c4b269dfb76e66cba765b995bd367c67e6.tar.gz
kmplayer-da8cf2c4b269dfb76e66cba765b995bd367c67e6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
Diffstat (limited to 'src/kmplayerview.h')
-rw-r--r--src/kmplayerview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayerview.h b/src/kmplayerview.h
index 654dd08..1a2a6fc 100644
--- a/src/kmplayerview.h
+++ b/src/kmplayerview.h
@@ -89,7 +89,7 @@ private:
* The view containing ViewArea and playlist
*/
class KMPLAYER_EXPORT View : public KMediaPlayer::View {
- Q_OBJECT
+ TQ_OBJECT
public:
enum ControlPanelMode {
@@ -208,7 +208,7 @@ private:
* The video widget
*/
class KMPLAYER_EXPORT Viewer : public QXEmbed {
- Q_OBJECT
+ TQ_OBJECT
public:
Viewer(TQWidget *parent, View * view);