summaryrefslogtreecommitdiffstats
path: root/src/ldapmgr.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-03-15 10:58:02 +0100
committerSlávek Banko <[email protected]>2019-03-31 12:54:19 +0200
commit922d3cdd719e00dc2f8e3f697a922e6926b4e9bc (patch)
treec01312763dfe7adbbb41e48daa4a345f7c2c0593 /src/ldapmgr.cpp
parent36a43831f4bf48eb688499e111f7b86d25abb5fb (diff)
downloadkcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.tar.gz
kcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e)
Diffstat (limited to 'src/ldapmgr.cpp')
-rw-r--r--src/ldapmgr.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp
index 3d7e581..0702ee7 100644
--- a/src/ldapmgr.cpp
+++ b/src/ldapmgr.cpp
@@ -44,16 +44,16 @@
#include "ldapmgr.h"
-#include "libtdeldap.h"
-#include "ldappasswddlg.h"
+#include <libtdeldap.h>
+#include <ldappasswddlg.h>
#include "userconfigdlg.h"
#include "groupconfigdlg.h"
#include "machineconfigdlg.h"
#include "serviceconfigdlg.h"
-// FIXME
-// Connect this to CMake/Automake
+#ifndef KDE_CONFDIR
#define KDE_CONFDIR "/etc/trinity"
+#endif
typedef KGenericFactory<LDAPConfig, TQWidget> LDAPConfigFactory;
@@ -921,3 +921,5 @@ TQString LDAPConfig::quickHelp() const
{
return i18n("This module manages users, groups, and machines in LDAP realms.");
}
+
+#include "ldapmgr.moc"