diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-06-26 01:47:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-26 01:47:41 +0200 |
commit | ecc094c82a435e3b99fbaeeae9272673bf1d07e4 (patch) | |
tree | 52ecfff8244f754e8ca7ceebcd6a08a0027f3209 /lib/koproperty/editors | |
parent | 88e9ffd3132c6718ca43a6cf8925ac9608c84515 (diff) | |
download | koffice-ecc094c82a435e3b99fbaeeae9272673bf1d07e4.tar.gz koffice-ecc094c82a435e3b99fbaeeae9272673bf1d07e4.zip |
Fix FTBFS on missing TQStringVariantMap type
when building without --enable-final.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib/koproperty/editors')
-rw-r--r-- | lib/koproperty/editors/cursoredit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/koproperty/editors/cursoredit.cpp b/lib/koproperty/editors/cursoredit.cpp index c0c3010e..8440b8aa 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; |