From 98d99130f243fb128eb4db0386d01ff8622940a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8) --- noatun-plugins/wavecapture/wavecapture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/wavecapture/wavecapture.h') diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h index 1686b12..820f82a 100644 --- a/noatun-plugins/wavecapture/wavecapture.h +++ b/noatun-plugins/wavecapture/wavecapture.h @@ -30,7 +30,7 @@ namespace TDEIO { class Job; } class WaveCapture : public TQObject, public Plugin { -Q_OBJECT +TQ_OBJECT NOATUNPLUGIND -- cgit v1.2.3