summaryrefslogtreecommitdiffstats
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:57:40 +0100
commit46da5e9f4cfb7c8d5e024d32566c6d5fa2a23702 (patch)
tree70e12908a58c3b1d0b1a7999113c41b33e466555
parent39586651367b7d1a2ed28d9dd97316d543bb5c36 (diff)
downloadkcmldap-46da5e9f4cfb7c8d5e024d32566c6d5fa2a23702.tar.gz
kcmldap-46da5e9f4cfb7c8d5e024d32566c6d5fa2a23702.zip
Fix FTBFS due to improper automoc.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 19e2317fb926de13a0b7f098bd96caf953964ee6)
-rw-r--r--src/ldapbonding.cpp2
-rw-r--r--src/tdeumaskinput.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp
index 85e1061..2248592 100644
--- a/src/ldapbonding.cpp
+++ b/src/ldapbonding.cpp
@@ -447,3 +447,5 @@ TQString LDAPConfig::quickHelp() const
{
return i18n("This module configures which LDAP realms TDE uses for authentication.");
}
+
+#include "ldapbonding.moc"
diff --git a/src/tdeumaskinput.cpp b/src/tdeumaskinput.cpp
index 3049c5e..cf0844e 100644
--- a/src/tdeumaskinput.cpp
+++ b/src/tdeumaskinput.cpp
@@ -59,3 +59,5 @@ TQString TDEUmaskInput::mapValueToText (int v) {
}
return baseText;
}
+
+#include "tdeumaskinput.moc"