Branch: master

ecc094c8 2019-06-25 23:47:41 Slávek Banko
Fix FTBFS on missing TQStringVariantMap type
when building without --enable-final.

Signed-off-by: Slávek Banko <slavek.banko@...>
M lib/koproperty/editors/cursoredit.cpp

l

diff --git a/lib/koproperty/editors/cursoredit.cpp b/lib/koproperty/editors/cursoredit.cpp
index c0c3010..8440b8a 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 <tqmap.h>
 #include <tqvariant.h>
 #include <tqcursor.h>
@@ -27,6 +25,7 @@
 #include <tdelocale.h>
 #include <kdebug.h>
 
+#include "cursoredit.h"
 #include "property.h"
 
 using namespace KoProperty;