summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/subclass1/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/subclass1/main.cpp')
-rw-r--r--examples/sql/overview/subclass1/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/sql/overview/subclass1/main.cpp b/examples/sql/overview/subclass1/main.cpp
index 476ebd898..97b33c473 100644
--- a/examples/sql/overview/subclass1/main.cpp
+++ b/examples/sql/overview/subclass1/main.cpp
@@ -7,10 +7,10 @@
**
*****************************************************************************/
-#include <qapplication.h>
-#include <qsqldatabase.h>
-#include <qsqlcursor.h>
-#include <qdatatable.h>
+#include <ntqapplication.h>
+#include <ntqsqldatabase.h>
+#include <ntqsqlcursor.h>
+#include <ntqdatatable.h>
#include "../connection.h"
int main( int argc, char *argv[] )