From 08ec56f4b99cd4db951eb1a73a8003be25fa825e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:19:47 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- plugins/streaming/streaming.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/streaming/streaming.h') diff --git a/plugins/streaming/streaming.h b/plugins/streaming/streaming.h index df55ff8..35312c0 100644 --- a/plugins/streaming/streaming.h +++ b/plugins/streaming/streaming.h @@ -35,7 +35,7 @@ class StreamingDevice : public TQObject, public PluginBase, public ISoundStreamClient { -Q_OBJECT +TQ_OBJECT public: -- cgit v1.2.1