diff options
Diffstat (limited to 'examples/sql/overview/table4')
-rw-r--r-- | examples/sql/overview/table4/main.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/sql/overview/table4/main.h b/examples/sql/overview/table4/main.h index 59edfc9d5..ecd878b1c 100644 --- a/examples/sql/overview/table4/main.h +++ b/examples/sql/overview/table4/main.h @@ -7,15 +7,15 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qcombobox.h> -#include <qmap.h> -#include <qpainter.h> -#include <qsqldatabase.h> -#include <qsqlcursor.h> -#include <qsqleditorfactory.h> -#include <qsqlpropertymap.h> -#include <qdatatable.h> +#include <ntqapplication.h> +#include <ntqcombobox.h> +#include <ntqmap.h> +#include <ntqpainter.h> +#include <ntqsqldatabase.h> +#include <ntqsqlcursor.h> +#include <ntqsqleditorfactory.h> +#include <ntqsqlpropertymap.h> +#include <ntqdatatable.h> #include "../connection.h" class StatusPicker : public TQComboBox |