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 /src/ldapcontroller.cpp | |
parent | fb894cd3077a0c4418af878a51e5d5149c97dcca (diff) | |
download | kcmldapcontroller-d230d2497d7abc9f40ef1da174afb09f53f4577d.tar.gz kcmldapcontroller-d230d2497d7abc9f40ef1da174afb09f53f4577d.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r-- | src/ldapcontroller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index e864ce6..33aa245 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -30,7 +30,7 @@ #include <tdelocale.h> #include <tdeglobal.h> #include <tdeparts/genericfactory.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdeglobalsettings.h> #include <tdestandarddirs.h> #include <kurlrequester.h> @@ -103,7 +103,7 @@ LDAPController::LDAPController(TQWidget *parent, const char *name, const TQStrin : TDECModule(parent, name), myAboutData(0) { TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint()); - m_systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); + m_systemconfig = new TDESimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" )); m_systemconfig->setFileWriteMode(S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); TDEAboutData* about = new TDEAboutData("ldapcontroller", I18N_NOOP("TDE LDAP Controller"), "0.1", |