summaryrefslogtreecommitdiffstats
path: root/src/sql/qsqldatabase.cpp
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/qsqldatabase.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/sql/qsqldatabase.cpp')
-rw-r--r--src/sql/qsqldatabase.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/sql/qsqldatabase.cpp b/src/sql/qsqldatabase.cpp
index 6d01cf41..ebe65d1b 100644
--- a/src/sql/qsqldatabase.cpp
+++ b/src/sql/qsqldatabase.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "qsqldatabase.h"
+#include "ntqsqldatabase.h"
#ifndef QT_NO_SQL
@@ -72,16 +72,16 @@
#include "drivers/ibase/qsql_ibase.h"
#endif
-#include "qapplication.h"
-#include "qsqlresult.h"
-#include "qsqldriver.h"
+#include "ntqapplication.h"
+#include "ntqsqlresult.h"
+#include "ntqsqldriver.h"
#include "qsqldriverinterface_p.h"
#include <private/qpluginmanager_p.h>
#include <private/qsqlextension_p.h>
-#include "qobject.h"
-#include "qguardedptr.h"
-#include "qcleanuphandler.h"
-#include "qdict.h"
+#include "ntqobject.h"
+#include "ntqguardedptr.h"
+#include "ntqcleanuphandler.h"
+#include "ntqdict.h"
#include <stdlib.h>
QT_STATIC_CONST_IMPL char * const TQSqlDatabase::defaultConnection = "qt_sql_default_connection";
@@ -356,7 +356,7 @@ public:
};
/*!
- \class TQSqlDatabase qsqldatabase.h
+ \class TQSqlDatabase ntqsqldatabase.h
\brief The TQSqlDatabase class is used to create SQL database
connections and to provide transaction handling.