From f15328299d0c380543f17448311292fe57fae751 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:18:38 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/kmplayerview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kmplayerview.h') 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); -- cgit v1.2.1