From 922d3cdd719e00dc2f8e3f697a922e6926b4e9bc Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 15 Mar 2019 10:58:02 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e) --- src/ldapmgr.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/ldapmgr.cpp') 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 +#include #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 LDAPConfigFactory; @@ -921,3 +921,5 @@ TQString LDAPConfig::quickHelp() const { return i18n("This module manages users, groups, and machines in LDAP realms."); } + +#include "ldapmgr.moc" -- cgit v1.2.3