From da8cf2c4b269dfb76e66cba765b995bd367c67e6 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 (cherry picked from commit f15328299d0c380543f17448311292fe57fae751) --- src/viewarea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewarea.h') diff --git a/src/viewarea.h b/src/viewarea.h index de3b32d..34c1e97 100644 --- a/src/viewarea.h +++ b/src/viewarea.h @@ -33,7 +33,7 @@ class ViewAreaPrivate; * The area in which the video widget and controlpanel are laid out */ class KMPLAYER_EXPORT ViewArea : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ViewArea (TQWidget * parent, View * view); -- cgit v1.2.1