summaryrefslogtreecommitdiffstats
path: root/src/ldapbonding.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-01-05 19:04:46 +0100
committerSlávek Banko <[email protected]>2019-01-05 19:04:46 +0100
commit19e2317fb926de13a0b7f098bd96caf953964ee6 (patch)
treef6d89da185c95bf001a973bc47908da83a1b1de2 /src/ldapbonding.cpp
parentce3b714b4f4812fb88342d46f9565731467a90a1 (diff)
downloadkcmldap-19e2317fb926de13a0b7f098bd96caf953964ee6.tar.gz
kcmldap-19e2317fb926de13a0b7f098bd96caf953964ee6.zip
Fix FTBFS due to improper automoc.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/ldapbonding.cpp')
-rw-r--r--src/ldapbonding.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp
index f7ef751..00faeb9 100644
--- a/src/ldapbonding.cpp
+++ b/src/ldapbonding.cpp
@@ -471,3 +471,5 @@ TQString LDAPConfig::quickHelp() const
{
return i18n("This module configures which LDAP realms TDE uses for authentication.");
}
+
+#include "ldapbonding.moc"