diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:19:47 +0900 |
commit | 08ec56f4b99cd4db951eb1a73a8003be25fa825e (patch) | |
tree | 35c79fef3c4ea799f727ded88596fcbd89cb0c2d /plugins/streaming | |
parent | c74cfcb6d5e95a955e251b6683f2b2db19f43dcb (diff) | |
download | tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.tar.gz tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/streaming')
-rw-r--r-- | plugins/streaming/streaming-configuration.h | 2 | ||||
-rw-r--r-- | plugins/streaming/streaming-job.h | 2 | ||||
-rw-r--r-- | plugins/streaming/streaming.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/streaming/streaming-configuration.h b/plugins/streaming/streaming-configuration.h index c352f6a..37e865e 100644 --- a/plugins/streaming/streaming-configuration.h +++ b/plugins/streaming/streaming-configuration.h @@ -49,7 +49,7 @@ class StreamingConfiguration : public StreamingConfigurationUI { -Q_OBJECT +TQ_OBJECT public : StreamingConfiguration (TQWidget *parent, StreamingDevice *streamer); diff --git a/plugins/streaming/streaming-job.h b/plugins/streaming/streaming-job.h index a8afe48..703a124 100644 --- a/plugins/streaming/streaming-job.h +++ b/plugins/streaming/streaming-job.h @@ -32,7 +32,7 @@ class StreamingJob : public TQObject { -Q_OBJECT +TQ_OBJECT public: StreamingJob(); diff --git a/plugins/streaming/streaming.h b/plugins/streaming/streaming.h index df55ff8..35312c0 100644 --- a/plugins/streaming/streaming.h +++ b/plugins/streaming/streaming.h @@ -35,7 +35,7 @@ class StreamingDevice : public TQObject, public PluginBase, public ISoundStreamClient { -Q_OBJECT +TQ_OBJECT public: |