summaryrefslogtreecommitdiffstats
path: root/amarok/src/magnatunebrowser/magnatunebrowser.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:24 -0600
commitf6d535927fe307583a49286033e26444d6e8ff0d (patch)
treea4422d35c093b933cf42e0a380757439b6dbb245 /amarok/src/magnatunebrowser/magnatunebrowser.h
parentc9f212164b08f3ff5b8f82c78361791da6ea5366 (diff)
downloadamarok-f6d535927fe307583a49286033e26444d6e8ff0d.tar.gz
amarok-f6d535927fe307583a49286033e26444d6e8ff0d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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;
};