From ea718087e4710486e5e7b04f2c82eef8866e2cc9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:17:35 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/part/videoWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part') diff --git a/src/part/videoWindow.h b/src/part/videoWindow.h index f7e5782..ad8dbed 100644 --- a/src/part/videoWindow.h +++ b/src/part/videoWindow.h @@ -24,7 +24,7 @@ namespace Codeine { class VideoWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT static VideoWindow *s_instance; static const uint CURSOR_HIDE_TIMEOUT = 2000; -- cgit v1.2.1