summaryrefslogtreecommitdiffstats
path: root/src/sql/qdatatable.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/qdatatable.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/sql/qdatatable.cpp')
-rw-r--r--src/sql/qdatatable.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/sql/qdatatable.cpp b/src/sql/qdatatable.cpp
index bd3708eda..f300c43e5 100644
--- a/src/sql/qdatatable.cpp
+++ b/src/sql/qdatatable.cpp
@@ -38,22 +38,22 @@
**
**********************************************************************/
-#include "qdatatable.h"
+#include "ntqdatatable.h"
#ifndef QT_NO_SQL_VIEW_WIDGETS
-#include "qsqldriver.h"
-#include "qsqleditorfactory.h"
-#include "qsqlpropertymap.h"
-#include "qapplication.h"
-#include "qlayout.h"
-#include "qpainter.h"
-#include "qpopupmenu.h"
-#include "qvaluelist.h"
+#include "ntqsqldriver.h"
+#include "ntqsqleditorfactory.h"
+#include "ntqsqlpropertymap.h"
+#include "ntqapplication.h"
+#include "ntqlayout.h"
+#include "ntqpainter.h"
+#include "ntqpopupmenu.h"
+#include "ntqvaluelist.h"
#include "qsqlmanager_p.h"
-#include "qdatetime.h"
-#include "qcursor.h"
-#include "qtimer.h"
+#include "ntqdatetime.h"
+#include "ntqcursor.h"
+#include "ntqtimer.h"
//#define QT_DEBUG_DATATABLE
@@ -132,7 +132,7 @@ void qt_debug_buffer( const TQString& msg, TQSqlRecord* cursor )
/*!
- \class TQDataTable qdatatable.h
+ \class TQDataTable ntqdatatable.h
\brief The TQDataTable class provides a flexible SQL table widget that supports browsing and editing.
\ingroup database