From 879e7bb7448c4ed6222a13aa94d284dbc66ad5b6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 16 Feb 2007 19:14:35 +0000 Subject: [PATCH] wrote a script to replace KSimpleConfig svn path=/branches/work/kconfiggroup_port/kdemultimedia/juk/; revision=634273 --- filerenamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filerenamer.cpp b/filerenamer.cpp index 66c9346d..a544dec2 100644 --- a/filerenamer.cpp +++ b/filerenamer.cpp @@ -1021,7 +1021,7 @@ void FileRenamer::setFolderIcon(const KUrl &dst, const PlaylistItem *item) QPixmap thumb = item->file().coverInfo()->pixmap(CoverInfo::Thumbnail); thumb.save(path + "/.juk-thumbnail.png", "PNG"); - KSimpleConfig config(path + "/.directory"); + KConfig config(path + "/.directory", KConfig::OnlyLocal); config.setGroup("Desktop Entry"); if(!config.hasKey("Icon")) { -- GitLab