summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table2/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/table2/main.cpp')
-rw-r--r--examples/sql/overview/table2/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/overview/table2/main.cpp b/examples/sql/overview/table2/main.cpp
index 4c6794c29..8b8fcb176 100644
--- a/examples/sql/overview/table2/main.cpp
+++ b/examples/sql/overview/table2/main.cpp
@@ -8,9 +8,9 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqsqldatabase.h>
-#include <ntqsqlcursor.h>
-#include <ntqdatatable.h>
+#include <tqsqldatabase.h>
+#include <tqsqlcursor.h>
+#include <tqdatatable.h>
#include "../connection.h"
int main( int argc, char *argv[] )