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 /cmdline | |
parent | f7bc30bb4b99b08f1ebb0e1910ee156de6460300 (diff) | |
download | kcmldap-master.tar.gz kcmldap-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/main.cpp b/cmdline/main.cpp index 2d52429..50b9f6d 100644 --- a/cmdline/main.cpp +++ b/cmdline/main.cpp @@ -32,7 +32,7 @@ #include <tdeaboutdata.h> #include <tdefileitem.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tqdatetime.h> #include <tqfile.h> @@ -73,7 +73,7 @@ int main(int argc, char *argv[]) TDEStartupInfo::appStarted(); - KSimpleConfig systemconfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); + TDESimpleConfig systemconfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); systemconfig.setFileWriteMode(S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); //====================================================================================================================================================== |