diff options
author | Slávek Banko <[email protected]> | 2019-01-05 19:04:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-05 19:04:46 +0100 |
commit | 19e2317fb926de13a0b7f098bd96caf953964ee6 (patch) | |
tree | f6d89da185c95bf001a973bc47908da83a1b1de2 /src/ldapbonding.cpp | |
parent | ce3b714b4f4812fb88342d46f9565731467a90a1 (diff) | |
download | kcmldap-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.cpp | 2 |
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" |