From 678ee0d63590ba7bf1cad32070c229d699617a3c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- xine_artsplugin/tools/thumbnail/videocreator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xine_artsplugin') diff --git a/xine_artsplugin/tools/thumbnail/videocreator.h b/xine_artsplugin/tools/thumbnail/videocreator.h index 439b9cf4..dc8a519d 100644 --- a/xine_artsplugin/tools/thumbnail/videocreator.h +++ b/xine_artsplugin/tools/thumbnail/videocreator.h @@ -24,7 +24,7 @@ class VideoCreator : public TQObject, public ThumbCreator { - Q_OBJECT + TQ_OBJECT public: VideoCreator(); -- cgit v1.2.1