summaryrefslogtreecommitdiffstats
path: root/amarok/src/mountpointmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mountpointmanager.cpp')
-rw-r--r--amarok/src/mountpointmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/mountpointmanager.cpp b/amarok/src/mountpointmanager.cpp
index ab1e6065..8ee71dc6 100644
--- a/amarok/src/mountpointmanager.cpp
+++ b/amarok/src/mountpointmanager.cpp
@@ -404,7 +404,7 @@ MountPointManager::collectionFolders( )
{
//TODO max: cache data
TQStringList result;
- KConfig* const folders = Amarok::config( "Collection Folders" );
+ TDEConfig* const folders = Amarok::config( "Collection Folders" );
IdList ids = getMountedDeviceIds();
foreachType( IdList, ids )
{
@@ -432,7 +432,7 @@ MountPointManager::setCollectionFolders( const TQStringList &folders )
{
//TODO max: cache data
typedef TQMap<int, TQStringList> FolderMap;
- KConfig* const folderConf = Amarok::config( "Collection Folders" );
+ TDEConfig* const folderConf = Amarok::config( "Collection Folders" );
FolderMap folderMap;
foreach( folders )
{