summaryrefslogtreecommitdiffstats
path: root/juk/filerenamer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:49:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:49:05 +0900
commit3651f7e38682f40aa505d3cba1d6e69c15614db1 (patch)
tree3b952676d0c5e3cca20210bc23fe996dd403114e /juk/filerenamer.cpp
parent5b4685c0df85649d6d14f46ef3e3286cdb308fa5 (diff)
downloadtdemultimedia-3651f7e38682f40aa505d3cba1d6e69c15614db1.tar.gz
tdemultimedia-3651f7e38682f40aa505d3cba1d6e69c15614db1.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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")) {