From 46da5e9f4cfb7c8d5e024d32566c6d5fa2a23702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 5 Jan 2019 19:04:46 +0100 Subject: Fix FTBFS due to improper automoc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 19e2317fb926de13a0b7f098bd96caf953964ee6) --- src/ldapbonding.cpp | 2 ++ src/tdeumaskinput.cpp | 2 ++ 2 files changed, 4 insertions(+) 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" -- cgit v1.2.1