diff options
Diffstat (limited to 'examples/sql')
-rw-r--r-- | examples/sql/sqltable/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp index cda4113d4..86f6ac898 100644 --- a/examples/sql/sqltable/main.cpp +++ b/examples/sql/sqltable/main.cpp @@ -11,7 +11,7 @@ #include <tqsqldatabase.h> #include <tqdatatable.h> #include <tqsqlcursor.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> /* Modify the following to match your environment */ #define DRIVER "TQSQLITE" /* see the TQt SQL documentation for a list of available drivers */ |