summaryrefslogtreecommitdiffstats
path: root/juk/filerenamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/filerenamer.cpp')
-rw-r--r--juk/filerenamer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/filerenamer.cpp b/juk/filerenamer.cpp
index e57702ed..667a20fe 100644
--- a/juk/filerenamer.cpp
+++ b/juk/filerenamer.cpp
@@ -32,7 +32,7 @@
#include <kpushbutton.h>
#include <tdeapplication.h>
#include <tdemessagebox.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tqfile.h>
#include <tqhbox.h>
@@ -948,7 +948,7 @@ void FileRenamer::setFolderIcon(const KURL &dst, const PlaylistItem *item)
TQPixmap thumb = item->file().coverInfo()->pixmap(CoverInfo::Thumbnail);
thumb.save(path + "/.juk-thumbnail.png", "PNG");
- KSimpleConfig config(path + "/.directory");
+ TDESimpleConfig config(path + "/.directory");
config.setGroup("Desktop Entry");
if(!config.hasKey("Icon")) {