From 826b1b771cc20f515acf936bd3a2dcd83ce353b8 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 --- noatun-plugins/alsaplayer/configmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/alsaplayer/configmodule.h') diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h index e4a2a42..4a97cf2 100644 --- a/noatun-plugins/alsaplayer/configmodule.h +++ b/noatun-plugins/alsaplayer/configmodule.h @@ -29,7 +29,7 @@ class TQCheckBox; class AlsaPlayerConfigModule : public CModule { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1