diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:37 +0900 |
| commit | a4d8a5f08dc247dec4a91cdf19da41028e1e86c8 (patch) | |
| tree | 1a7d1b9d393bff4e1be58550b5ee97329c2552d0 | |
| parent | 1b1126a87fa7a51314ba9d111c8b07ff0aabc27d (diff) | |
| download | amarok-a4d8a5f08dc247dec4a91cdf19da41028e1e86c8.tar.gz amarok-a4d8a5f08dc247dec4a91cdf19da41028e1e86c8.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | amarok/src/collectiondb.cpp | 4 |
1 files 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 <tdelocale.h> #include <kmdcodec.h> #include <tdemessagebox.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdestandarddirs.h> #include <tdeio/job.h> #include <tdeio/netaccess.h> @@ -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") ) |
