diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:05 +0900 |
commit | 03e4ce429a0e0b90c2d5191bc5028e445583b756 (patch) | |
tree | c96d13251c71c267352d8892633b5e19f61a8c32 /cert-updater/main.cpp | |
parent | f7bc30bb4b99b08f1ebb0e1910ee156de6460300 (diff) | |
download | kcmldap-master.tar.gz kcmldap-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cert-updater/main.cpp')
-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 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"); |