From a4d8a5f08dc247dec4a91cdf19da41028e1e86c8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 18:09:37 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- amarok/src/collectiondb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amarok/src/collectiondb.cpp b/amarok/src/collectiondb.cpp index 3d66a480..13be9c0e 100644 --- a/amarok/src/collectiondb.cpp +++ b/amarok/src/collectiondb.cpp @@ -60,7 +60,7 @@ #include #include #include -#include +#include #include #include #include @@ -4082,7 +4082,7 @@ CollectionDB::organizeFile( const KURL &src, OrganizeCollectionDialog &dialog, b //if ( thumb.load( cover ) ){ //thumb.save(path + "/.front.png", "PNG", -1 ); //hide files - KSimpleConfig config(path + "/.directory"); + TDESimpleConfig config(path + "/.directory"); config.setGroup("Desktop Entry"); if( !config.hasKey("Icon") ) -- cgit v1.2.3