summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/odbc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/sql/drivers/odbc
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/sql/drivers/odbc')
-rw-r--r--src/sql/drivers/odbc/qsql_odbc.cpp6
-rw-r--r--src/sql/drivers/odbc/qsql_odbc.h12
2 files changed, 9 insertions, 9 deletions
diff --git a/src/sql/drivers/odbc/qsql_odbc.cpp b/src/sql/drivers/odbc/qsql_odbc.cpp
index 9851e1cb1..b91bea329 100644
--- a/src/sql/drivers/odbc/qsql_odbc.cpp
+++ b/src/sql/drivers/odbc/qsql_odbc.cpp
@@ -39,13 +39,13 @@
**********************************************************************/
#include "qsql_odbc.h"
-#include <qsqlrecord.h>
+#include <ntqsqlrecord.h>
#if defined (Q_OS_WIN32)
#include <qt_windows.h>
-#include <qapplication.h>
+#include <ntqapplication.h>
#endif
-#include <qdatetime.h>
+#include <ntqdatetime.h>
#include <private/qsqlextension_p.h>
#include <private/qinternal_p.h>
#include <stdlib.h>
diff --git a/src/sql/drivers/odbc/qsql_odbc.h b/src/sql/drivers/odbc/qsql_odbc.h
index 8583dced4..0ce01703a 100644
--- a/src/sql/drivers/odbc/qsql_odbc.h
+++ b/src/sql/drivers/odbc/qsql_odbc.h
@@ -41,12 +41,12 @@
#ifndef TQSQL_ODBC_H
#define TQSQL_ODBC_H
-#include <qmap.h>
-#include <qstring.h>
-#include <qsqldriver.h>
-#include <qsqlfield.h>
-#include <qsqlresult.h>
-#include <qsqlindex.h>
+#include <ntqmap.h>
+#include <ntqstring.h>
+#include <ntqsqldriver.h>
+#include <ntqsqlfield.h>
+#include <ntqsqlresult.h>
+#include <ntqsqlindex.h>
#if defined (Q_OS_WIN32)
#include <qt_windows.h>