diff options
Diffstat (limited to 'examples/sql/overview/create_connections/main.cpp')
-rw-r--r-- | examples/sql/overview/create_connections/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/create_connections/main.cpp b/examples/sql/overview/create_connections/main.cpp index dc1042b7b..9d8197619 100644 --- a/examples/sql/overview/create_connections/main.cpp +++ b/examples/sql/overview/create_connections/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqsqldatabase.h> +#include <tqsqldatabase.h> #include "../connection.h" int main( int argc, char *argv[] ) |