Fix FTBFS due to improper automoc.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 19e2317fb9)
r14.0.x
Slávek Banko 5 years ago
parent 3958665136
commit 46da5e9f4c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -447,3 +447,5 @@ TQString LDAPConfig::quickHelp() const
{
return i18n("This module configures which LDAP realms TDE uses for authentication.");
}
#include "ldapbonding.moc"

@ -59,3 +59,5 @@ TQString TDEUmaskInput::mapValueToText (int v) {
}
return baseText;
}
#include "tdeumaskinput.moc"

Loading…
Cancel
Save