From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/sql/qsqldatabase.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/sql/qsqldatabase.cpp') diff --git a/src/sql/qsqldatabase.cpp b/src/sql/qsqldatabase.cpp index 6d01cf419..ebe65d1ba 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 #include -#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 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. -- cgit v1.2.1