diff options
Diffstat (limited to 'examples/sql/overview/form1/main.cpp')
-rw-r--r-- | examples/sql/overview/form1/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp index 1c71bec12..9779eb6de 100644 --- a/examples/sql/overview/form1/main.cpp +++ b/examples/sql/overview/form1/main.cpp @@ -12,9 +12,9 @@ #include <ntqlabel.h> #include <ntqlayout.h> #include <ntqlineedit.h> -#include <ntqsqldatabase.h> -#include <ntqsqlcursor.h> -#include <ntqsqlform.h> +#include <tqsqldatabase.h> +#include <tqsqlcursor.h> +#include <tqsqlform.h> #include "../connection.h" class FormDialog : public TQDialog |