diff options
Diffstat (limited to 'examples/sql/overview/form1')
-rw-r--r-- | examples/sql/overview/form1/main.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp index 8f1c05b0e..1c71bec12 100644 --- a/examples/sql/overview/form1/main.cpp +++ b/examples/sql/overview/form1/main.cpp @@ -7,14 +7,14 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qdialog.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qlineedit.h> -#include <qsqldatabase.h> -#include <qsqlcursor.h> -#include <qsqlform.h> +#include <ntqapplication.h> +#include <ntqdialog.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqlineedit.h> +#include <ntqsqldatabase.h> +#include <ntqsqlcursor.h> +#include <ntqsqlform.h> #include "../connection.h" class FormDialog : public TQDialog |