Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 4 months ago
parent f2da3c0a6a
commit f771e2c48f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -20,13 +20,13 @@
#include "mdbmigrate.h"
#include <ntqstring.h>
#include <ntqcstring.h>
#include <ntqregexp.h>
#include <ntqfile.h>
#include <ntqvariant.h>
#include <ntqdatetime.h>
#include <ntqvaluelist.h>
#include <tqstring.h>
#include <tqcstring.h>
#include <tqregexp.h>
#include <tqfile.h>
#include <tqvariant.h>
#include <tqdatetime.h>
#include <tqvaluelist.h>
#include <kdebug.h>
#include <kexiutils/identifier.h>

Loading…
Cancel
Save