summaryrefslogtreecommitdiffstats
path: root/cert-updater/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:09:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:09:05 +0900
commit03e4ce429a0e0b90c2d5191bc5028e445583b756 (patch)
treec96d13251c71c267352d8892633b5e19f61a8c32 /cert-updater/main.cpp
parentf7bc30bb4b99b08f1ebb0e1910ee156de6460300 (diff)
downloadkcmldap-master.tar.gz
kcmldap-master.zip
Use TDESimpleConfigHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cert-updater/main.cpp')
-rw-r--r--cert-updater/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp
index c7b1297..79b839a 100644
--- a/cert-updater/main.cpp
+++ b/cert-updater/main.cpp
@@ -33,7 +33,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tqdatetime.h>
#include <tqfile.h>
@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
//
//======================================================================================================================================================
- KSimpleConfig* systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
+ TDESimpleConfig* systemconfig = new TDESimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
LDAPRealmConfigList realms = LDAPManager::readTDERealmList(systemconfig, false);
TQString m_defaultRealm = systemconfig->readEntry("DefaultRealm");