From 1e1cb981d39c663091ce0089f3ed66b5db2238da Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Jul 2025 14:14:04 +0900 Subject: Rename ksimpleconfig.{h,cpp} to tdesimpleconfig.{h.cpp}. Add temporary ksimpleconfig.h to keep things building. This is a change of API/ABI. Signed-off-by: Michele Calgaro --- tdestyles/utils/installtheme/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdestyles/utils/installtheme/main.cpp') diff --git a/tdestyles/utils/installtheme/main.cpp b/tdestyles/utils/installtheme/main.cpp index aa81b7254..a58a55daf 100644 --- a/tdestyles/utils/installtheme/main.cpp +++ b/tdestyles/utils/installtheme/main.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include static const char desc[] = I18N_NOOP("TDE Tool to build a cache list of all pixmap themes installed"); @@ -48,7 +48,7 @@ int main(int argc, char **argv) for (TQStringList::iterator i = themercs.begin(); i!=themercs.end(); ++i) { TQString file=*i; - KSimpleConfig config(file, true); + TDESimpleConfig config(file, true); TQString name = TQFileInfo(file).baseName(); //This is nice and static... //So we don't have to worry about our key changing when the language does. @@ -62,7 +62,7 @@ int main(int argc, char **argv) } } - KSimpleConfig cache( TDEGlobal::dirs()->saveLocation("config")+"kthemestylerc"); + TDESimpleConfig cache( TDEGlobal::dirs()->saveLocation("config")+"kthemestylerc"); #if 0 //Doesn't seem to work with present Qt.. -- cgit v1.2.3