diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:12:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:12:01 -0600 |
commit | c97b553d6150c31db243502b996e1f4919628413 (patch) | |
tree | edea2051c436fa4bf6db98d816c43614129970cd /kradio3/plugins/streaming/streaming-job.h | |
parent | d9b70de56a7c1ce685cc8fd119d9b004e1fbfdee (diff) | |
download | tderadio-c97b553d6150c31db243502b996e1f4919628413.tar.gz tderadio-c97b553d6150c31db243502b996e1f4919628413.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/plugins/streaming/streaming-job.h')
-rw-r--r-- | kradio3/plugins/streaming/streaming-job.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kradio3/plugins/streaming/streaming-job.h b/kradio3/plugins/streaming/streaming-job.h index f7025d0..190b146 100644 --- a/kradio3/plugins/streaming/streaming-job.h +++ b/kradio3/plugins/streaming/streaming-job.h @@ -65,9 +65,9 @@ public: protected slots: - void slotReadData (KIO::Job *job, const TQByteArray &data); - void slotWriteData (KIO::Job *job, TQByteArray &data); - void slotIOJobResult (KIO::Job *job); + void slotReadData (TDEIO::Job *job, const TQByteArray &data); + void slotWriteData (TDEIO::Job *job, TQByteArray &data); + void slotIOJobResult (TDEIO::Job *job); signals: @@ -92,7 +92,7 @@ protected: size_t m_SkipCount; - KIO::TransferJob *m_KIO_Job; + TDEIO::TransferJob *m_KIO_Job; bool m_capturing; }; |