diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:47 +0900 |
commit | 08ec56f4b99cd4db951eb1a73a8003be25fa825e (patch) | |
tree | 35c79fef3c4ea799f727ded88596fcbd89cb0c2d /plugins/timeshifter | |
parent | c74cfcb6d5e95a955e251b6683f2b2db19f43dcb (diff) | |
download | tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.tar.gz tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/timeshifter')
-rw-r--r-- | plugins/timeshifter/timeshifter-configuration.h | 2 | ||||
-rw-r--r-- | plugins/timeshifter/timeshifter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/timeshifter/timeshifter-configuration.h b/plugins/timeshifter/timeshifter-configuration.h index 302f303..395d7b4 100644 --- a/plugins/timeshifter/timeshifter-configuration.h +++ b/plugins/timeshifter/timeshifter-configuration.h @@ -33,7 +33,7 @@ class TimeShifter; class TimeShifterConfiguration : public TimeShifterConfigurationUI, public ISoundStreamClient { -Q_OBJECT +TQ_OBJECT public : TimeShifterConfiguration (TQWidget *parent, TimeShifter *shifter); diff --git a/plugins/timeshifter/timeshifter.h b/plugins/timeshifter/timeshifter.h index cada015..7c45e19 100644 --- a/plugins/timeshifter/timeshifter.h +++ b/plugins/timeshifter/timeshifter.h @@ -31,7 +31,7 @@ class TimeShifter : public TQObject, public PluginBase, public ISoundStreamClient { -Q_OBJECT +TQ_OBJECT public: TimeShifter (const TQString &name); |