summaryrefslogtreecommitdiffstats
path: root/cmdline
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 /cmdline
parentf7bc30bb4b99b08f1ebb0e1910ee156de6460300 (diff)
downloadkcmldap-master.tar.gz
kcmldap-master.zip
Use TDESimpleConfigHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/main.cpp4
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);
//======================================================================================================================================================