diff options
Diffstat (limited to 'kradio3/plugins/streaming')
-rw-r--r-- | kradio3/plugins/streaming/streaming-configuration.h | 2 | ||||
-rw-r--r-- | kradio3/plugins/streaming/streaming-job.h | 2 | ||||
-rw-r--r-- | kradio3/plugins/streaming/streaming.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/plugins/streaming/streaming-configuration.h b/kradio3/plugins/streaming/streaming-configuration.h index 0ceef6d..c352f6a 100644 --- a/kradio3/plugins/streaming/streaming-configuration.h +++ b/kradio3/plugins/streaming/streaming-configuration.h @@ -50,7 +50,7 @@ class StreamingConfiguration : public StreamingConfigurationUI { Q_OBJECT - TQ_OBJECT + public : StreamingConfiguration (TQWidget *parent, StreamingDevice *streamer); ~StreamingConfiguration (); diff --git a/kradio3/plugins/streaming/streaming-job.h b/kradio3/plugins/streaming/streaming-job.h index d447f42..f7025d0 100644 --- a/kradio3/plugins/streaming/streaming-job.h +++ b/kradio3/plugins/streaming/streaming-job.h @@ -33,7 +33,7 @@ class StreamingJob : public TQObject { Q_OBJECT - TQ_OBJECT + public: StreamingJob(); StreamingJob(const TQString &_URL, const SoundFormat &_SoundFormat, size_t _bufferSize); diff --git a/kradio3/plugins/streaming/streaming.h b/kradio3/plugins/streaming/streaming.h index 63bde4b..1c40528 100644 --- a/kradio3/plugins/streaming/streaming.h +++ b/kradio3/plugins/streaming/streaming.h @@ -36,7 +36,7 @@ class StreamingDevice : public TQObject, public ISoundStreamClient { Q_OBJECT - TQ_OBJECT + public: StreamingDevice (const TQString &name); |