diff options
Diffstat (limited to 'examples/sql/sqltable/main.cpp')
-rw-r--r-- | examples/sql/sqltable/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp index 5af04d6c5..cda4113d4 100644 --- a/examples/sql/sqltable/main.cpp +++ b/examples/sql/sqltable/main.cpp @@ -8,9 +8,9 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqsqldatabase.h> -#include <ntqdatatable.h> -#include <ntqsqlcursor.h> +#include <tqsqldatabase.h> +#include <tqdatatable.h> +#include <tqsqlcursor.h> #include <ntqmessagebox.h> /* Modify the following to match your environment */ |