From 19e2317fb926de13a0b7f098bd96caf953964ee6 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: [PATCH] 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 --- src/ldapbonding.cpp | 2 ++ src/tdeumaskinput.cpp | 2 ++ 2 files changed, 4 insertions(+) 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" 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"