From ecc094c82a435e3b99fbaeeae9272673bf1d07e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 26 Jun 2019 01:47:41 +0200 Subject: [PATCH] Fix FTBFS on missing TQStringVariantMap type when building without --enable-final. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lib/koproperty/editors/cursoredit.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/koproperty/editors/cursoredit.cpp b/lib/koproperty/editors/cursoredit.cpp index c0c3010e9..8440b8aa7 100644 --- a/lib/koproperty/editors/cursoredit.cpp +++ b/lib/koproperty/editors/cursoredit.cpp @@ -18,8 +18,6 @@ * Boston, MA 02110-1301, USA. */ -#include "cursoredit.h" - #include #include #include @@ -27,6 +25,7 @@ #include #include +#include "cursoredit.h" #include "property.h" using namespace KoProperty;