diff options
Diffstat (limited to 'examples/sql/sqltable/main.cpp')
-rw-r--r-- | examples/sql/sqltable/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp index 68d31389a..5af04d6c5 100644 --- a/examples/sql/sqltable/main.cpp +++ b/examples/sql/sqltable/main.cpp @@ -7,11 +7,11 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qsqldatabase.h> -#include <qdatatable.h> -#include <qsqlcursor.h> -#include <qmessagebox.h> +#include <ntqapplication.h> +#include <ntqsqldatabase.h> +#include <ntqdatatable.h> +#include <ntqsqlcursor.h> +#include <ntqmessagebox.h> /* Modify the following to match your environment */ #define DRIVER "TQSQLITE" /* see the TQt SQL documentation for a list of available drivers */ |