From c327636f4934564a4f1f7c7ce3b6ab73eaec230d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 18:57:41 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- libtdepim/pluginloaderbase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/pluginloaderbase.cpp') diff --git a/libtdepim/pluginloaderbase.cpp b/libtdepim/pluginloaderbase.cpp index fc028141..a899dc67 100644 --- a/libtdepim/pluginloaderbase.cpp +++ b/libtdepim/pluginloaderbase.cpp @@ -21,7 +21,7 @@ #include -#include +#include #include #include #include @@ -69,7 +69,7 @@ namespace KPIM { TDEGlobal::dirs()->findAllResources( "data", path, true, true ); for ( TQStringList::const_iterator it = list.begin() ; it != list.end() ; ++it ) { - KSimpleConfig config( *it, true ); + TDESimpleConfig config( *it, true ); if ( config.hasGroup( "Misc" ) && config.hasGroup( "Plugin" ) ) { config.setGroup( "Plugin" ); -- cgit v1.2.3