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 --- tdeprint/kmfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/kmfactory.cpp') diff --git a/tdeprint/kmfactory.cpp b/tdeprint/kmfactory.cpp index d63ca2872..2ffda7498 100644 --- a/tdeprint/kmfactory.cpp +++ b/tdeprint/kmfactory.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include @@ -312,7 +312,7 @@ KMFactory::PluginInfo KMFactory::pluginInfo(const TQString& name) TQString path(name); if (path[0] != '/') path = locate("data", TQString::fromLatin1("tdeprint/plugins/%1.print").arg(name)); - KSimpleConfig conf(path); + TDESimpleConfig conf(path); PluginInfo info; conf.setGroup("TDE Print Entry"); -- cgit v1.2.3