Fix FTBFS on missing TQStringVariantMap type

when building without --enable-final.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 5 years ago
parent 88e9ffd313
commit ecc094c82a
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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;

Loading…
Cancel
Save