summaryrefslogtreecommitdiffstats
path: root/plugins/timecontrol/timecontrol.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:19:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:53:58 +0900
commit5501a8c78e7c00cfbf72fec8d336a98adffe7e9d (patch)
treedc7e135f288be3f43656e800385b8be4e2939b3e /plugins/timecontrol/timecontrol.h
parent9ef2b1a78d3c89f50520d55b93476c9e5eb21369 (diff)
downloadtderadio-5501a8c7.tar.gz
tderadio-5501a8c7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 08ec56f4b99cd4db951eb1a73a8003be25fa825e)
Diffstat (limited to 'plugins/timecontrol/timecontrol.h')
-rw-r--r--plugins/timecontrol/timecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timecontrol/timecontrol.h b/plugins/timecontrol/timecontrol.h
index 933d8f2..ce8a5b1 100644
--- a/plugins/timecontrol/timecontrol.h
+++ b/plugins/timecontrol/timecontrol.h
@@ -32,7 +32,7 @@ class TimeControl : public TQObject,
public PluginBase,
public ITimeControl
{
- Q_OBJECT
+ TQ_OBJECT
protected:
AlarmVector m_alarms;