From 5501a8c78e7c00cfbf72fec8d336a98adffe7e9d 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 (cherry picked from commit 08ec56f4b99cd4db951eb1a73a8003be25fa825e) --- plugins/timecontrol/timecontrol-configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/timecontrol/timecontrol-configuration.h') diff --git a/plugins/timecontrol/timecontrol-configuration.h b/plugins/timecontrol/timecontrol-configuration.h index b53747e..c664f80 100644 --- a/plugins/timecontrol/timecontrol-configuration.h +++ b/plugins/timecontrol/timecontrol-configuration.h @@ -32,7 +32,7 @@ class TimeControlConfiguration : public TimeControlConfigurationUI, public ITimeControlClient, public IRadioClient { -Q_OBJECT +TQ_OBJECT public : TimeControlConfiguration (TQWidget *parent); -- cgit v1.2.3