diff options
Diffstat (limited to 'examples/sql/overview/form2')
-rw-r--r-- | examples/sql/overview/form2/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/overview/form2/main.h b/examples/sql/overview/form2/main.h index 42d152d41..d4a4f58b2 100644 --- a/examples/sql/overview/form2/main.h +++ b/examples/sql/overview/form2/main.h @@ -8,11 +8,11 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqdialog.h> +#include <tqdialog.h> #include <tqlabel.h> #include <ntqlayout.h> -#include <ntqlineedit.h> -#include <ntqpushbutton.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> #include <tqsqldatabase.h> #include <tqsqlcursor.h> #include <tqsqlform.h> |