summaryrefslogtreecommitdiffstats
path: root/amarok/src/magnatunebrowser/magnatunebrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/magnatunebrowser/magnatunebrowser.h')
-rw-r--r--amarok/src/magnatunebrowser/magnatunebrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/magnatunebrowser/magnatunebrowser.h b/amarok/src/magnatunebrowser/magnatunebrowser.h
index 88929b18..5c4948ea 100644
--- a/amarok/src/magnatunebrowser/magnatunebrowser.h
+++ b/amarok/src/magnatunebrowser/magnatunebrowser.h
@@ -139,7 +139,7 @@ private slots:
* Triggers a parse of the file to get the info added to the databse
* @param downLoadJob The calling download Job
*/
- void listDownloadComplete( KIO::Job* downLoadJob);
+ void listDownloadComplete( TDEIO::Job* downLoadJob);
/**
* Slot for catching cancelled list downloads
@@ -247,7 +247,7 @@ private:
TQString m_tempFileName;
- KIO::TransferJob * m_listDownloadJob;
+ TDEIO::TransferJob * m_listDownloadJob;
};