diff options
Diffstat (limited to 'examples/sql/blob/main.cpp')
-rw-r--r-- | examples/sql/blob/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/blob/main.cpp b/examples/sql/blob/main.cpp index 9bb9ea0c4..0144ad777 100644 --- a/examples/sql/blob/main.cpp +++ b/examples/sql/blob/main.cpp @@ -8,9 +8,9 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqsqldatabase.h> -#include <ntqsqlquery.h> -#include <ntqsqlcursor.h> +#include <tqsqldatabase.h> +#include <tqsqlquery.h> +#include <tqsqlcursor.h> #include <ntqfile.h> #define DRIVER "TQPSQL7" /* see the TQt SQL documentation for a list of available drivers */ |