diff options
Diffstat (limited to 'examples/sql/overview/form1/main.cpp')
-rw-r--r-- | examples/sql/overview/form1/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp index 5f3dd8f2e..cf3cb2895 100644 --- a/examples/sql/overview/form1/main.cpp +++ b/examples/sql/overview/form1/main.cpp @@ -8,10 +8,10 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqdialog.h> +#include <tqdialog.h> #include <tqlabel.h> #include <ntqlayout.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <tqsqldatabase.h> #include <tqsqlcursor.h> #include <tqsqlform.h> |