summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqltable
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/sqltable')
-rw-r--r--examples/sql/sqltable/main.cpp6
-rw-r--r--examples/sql/sqltable/sqltable.doc2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp
index 5af04d6c5..cda4113d4 100644
--- a/examples/sql/sqltable/main.cpp
+++ b/examples/sql/sqltable/main.cpp
@@ -8,9 +8,9 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqsqldatabase.h>
-#include <ntqdatatable.h>
-#include <ntqsqlcursor.h>
+#include <tqsqldatabase.h>
+#include <tqdatatable.h>
+#include <tqsqlcursor.h>
#include <ntqmessagebox.h>
/* Modify the following to match your environment */
diff --git a/examples/sql/sqltable/sqltable.doc b/examples/sql/sqltable/sqltable.doc
index bfa86f551..fb4ad0740 100644
--- a/examples/sql/sqltable/sqltable.doc
+++ b/examples/sql/sqltable/sqltable.doc
@@ -13,7 +13,7 @@
\ingroup sql-examples
\title SQL Table
- This example shows how to use a QDataTable to browse data in a SQL database.
+ This example shows how to use a TQDataTable to browse data in a SQL database.
<hr>