diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:16 +0900 |
commit | d230d2497d7abc9f40ef1da174afb09f53f4577d (patch) | |
tree | d82546a1a5e6d7a5daf616e37c0daf24fc73e0eb /cert-updater | |
parent | fb894cd3077a0c4418af878a51e5d5149c97dcca (diff) | |
download | kcmldapcontroller-master.tar.gz kcmldapcontroller-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cert-updater')
-rw-r--r-- | cert-updater/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index 7e49c13..da63496 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -28,7 +28,7 @@ #include <tdecmdlineargs.h> #include <tdeaboutdata.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tqdatetime.h> #include <tqfile.h> @@ -103,7 +103,7 @@ int main(int argc, char *argv[]) TQString m_ldapUserName = "openldap"; TQString m_ldapGroupName = "openldap"; - KSimpleConfig* m_systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); + TDESimpleConfig* m_systemconfig = new TDESimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); LDAPRealmConfigList m_realmconfig = LDAPManager::readTDERealmList(m_systemconfig, false); // Load cert config m_systemconfig->setGroup("Certificates"); |