summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:52:17 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:52:17 -0600
commit2eea079643df4f211d55f3133aee26c6daa15bf4 (patch)
tree4e8f614eec9d2d8764d1ffc1ba459e4d89ea8b88 /src/ldapcontroller.cpp
parentad81fe266aa8c0e02a310b9e9e846d47d3542a4a (diff)
downloadkcmldapcontroller-2eea079643df4f211d55f3133aee26c6daa15bf4.tar.gz
kcmldapcontroller-2eea079643df4f211d55f3133aee26c6daa15bf4.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r--src/ldapcontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp
index 92832fa..55b385a 100644
--- a/src/ldapcontroller.cpp
+++ b/src/ldapcontroller.cpp
@@ -90,9 +90,9 @@ LDAPController::LDAPController(TQWidget *parent, const char *name, const TQStrin
m_systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/ldap/ldapconfigrc" ));
m_systemconfig->setFileWriteMode(S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
- KAboutData* about = new KAboutData("ldapcontroller", I18N_NOOP("TDE LDAP Controller"), "0.1",
+ TDEAboutData* about = new TDEAboutData("ldapcontroller", I18N_NOOP("TDE LDAP Controller"), "0.1",
I18N_NOOP("TDE LDAP Controller Control Panel Module"),
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
I18N_NOOP("(c) 2012 Timothy Pearson"), 0, 0);
about->addAuthor("Timothy Pearson", 0, "[email protected]");