summaryrefslogtreecommitdiffstats
path: root/src/ldapmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldapmgr.cpp')
-rw-r--r--src/ldapmgr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp
index 45d5091..ede94e4 100644
--- a/src/ldapmgr.cpp
+++ b/src/ldapmgr.cpp
@@ -24,7 +24,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>
@@ -34,7 +34,7 @@
#include <tdeio/job.h>
#include <tqdir.h>
#include <tqheader.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <kcombobox.h>
#include <tdemessagebox.h>
#include <klineedit.h>
@@ -62,7 +62,7 @@ K_EXPORT_COMPONENT_FACTORY( kcm_ldapmanager, LDAPConfigFactory("kcmldapmanager")
LDAPConfig::LDAPConfig(TQWidget *parent, const char *name, const TQStringList&)
: TDECModule(parent, name), myAboutData(0), m_ldapmanager(0)
{
- m_systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
+ m_systemconfig = new TDESimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());
base = new LDAPConfigBase(this);