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/gui-standard-display/radioview_frequencyseeker.h | |
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/gui-standard-display/radioview_frequencyseeker.h')
-rw-r--r-- | plugins/gui-standard-display/radioview_frequencyseeker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-standard-display/radioview_frequencyseeker.h b/plugins/gui-standard-display/radioview_frequencyseeker.h index 651ef7f..a8aa408 100644 --- a/plugins/gui-standard-display/radioview_frequencyseeker.h +++ b/plugins/gui-standard-display/radioview_frequencyseeker.h @@ -28,7 +28,7 @@ class RadioViewFrequencySeeker : public RadioViewElement, // is a TQObject, mus public ISeekRadioClient, public IFrequencyRadioClient { -Q_OBJECT +TQ_OBJECT public: RadioViewFrequencySeeker(TQWidget *parent, const TQString &name); |