summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/wavecapture/wavecapture.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:28:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:28:24 -0600
commit20de04ce44f63fb911103d7870d39d2782d14cda (patch)
treebddd13cef2fae98892caf538dc64b5357732c517 /noatun-plugins/wavecapture/wavecapture.h
parent4c097708c4cc24f3b8e4c21f14644f5715767d47 (diff)
downloadtdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.tar.gz
tdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'noatun-plugins/wavecapture/wavecapture.h')
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index 28a2a1d..da979ad 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -26,7 +26,7 @@
#include <string>
class TQTimer;
-namespace KIO { class Job; }
+namespace TDEIO { class Job; }
class WaveCapture : public TQObject, public Plugin
{
@@ -47,7 +47,7 @@ protected slots:
void playing();
void paused();
void saveAs();
- void copyFinished( KIO::Job* );
+ void copyFinished( TDEIO::Job* );
private:
void start();
@@ -65,7 +65,7 @@ private:
std::string _filename;
TQTimer* _timer;
- KIO::Job* m_job;
+ TDEIO::Job* m_job;
};
#endif