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/recording/recording.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/recording/recording.h') diff --git a/plugins/recording/recording.h b/plugins/recording/recording.h index 7d48331..1852d3f 100644 --- a/plugins/recording/recording.h +++ b/plugins/recording/recording.h @@ -46,7 +46,7 @@ class Recording : public TQObject, public ISoundStreamClient, public IRecCfg { -Q_OBJECT +TQ_OBJECT public: Recording(const TQString &name); -- cgit v1.2.1