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 --- tdecert/tdecertpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecert/tdecertpart.cpp') diff --git a/tdecert/tdecertpart.cpp b/tdecert/tdecertpart.cpp index 04f70cd9a..d59f48837 100644 --- a/tdecert/tdecertpart.cpp +++ b/tdecert/tdecertpart.cpp @@ -716,7 +716,7 @@ void KCertPart::slotChain(int c) { void KCertPart::slotImport() { if (_p12) { - KSimpleConfig cfg("ksslcertificates", false); + TDESimpleConfig cfg("ksslcertificates", false); if (cfg.hasGroup(_p12->getCertificate()->getSubject())) { TQString msg = _curName + "\n" + i18n("A certificate with that name already exists. Are you sure that you wish to replace it?"); -- cgit v1.2.3