diff options
Diffstat (limited to 'examples/sql/blob/main.cpp')
-rw-r--r-- | examples/sql/blob/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/sql/blob/main.cpp b/examples/sql/blob/main.cpp index e66e9aaf5..524ecd9c8 100644 --- a/examples/sql/blob/main.cpp +++ b/examples/sql/blob/main.cpp @@ -7,11 +7,11 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qsqldatabase.h> -#include <qsqlquery.h> -#include <qsqlcursor.h> -#include <qfile.h> +#include <ntqapplication.h> +#include <ntqsqldatabase.h> +#include <ntqsqlquery.h> +#include <ntqsqlcursor.h> +#include <ntqfile.h> #define DRIVER "TQPSQL7" /* see the TQt SQL documentation for a list of available drivers */ #define DATABASE "" /* the name of your database */ |