diff options
Diffstat (limited to 'examples/sql/overview/custom1/main.h')
-rw-r--r-- | examples/sql/overview/custom1/main.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/sql/overview/custom1/main.h b/examples/sql/overview/custom1/main.h index 191672245..3ffd1c1c6 100644 --- a/examples/sql/overview/custom1/main.h +++ b/examples/sql/overview/custom1/main.h @@ -7,16 +7,16 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qdialog.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qlineedit.h> -#include <qpushbutton.h> -#include <qsqldatabase.h> -#include <qsqlcursor.h> -#include <qsqlform.h> -#include <qsqlpropertymap.h> +#include <ntqapplication.h> +#include <ntqdialog.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqlineedit.h> +#include <ntqpushbutton.h> +#include <ntqsqldatabase.h> +#include <ntqsqlcursor.h> +#include <ntqsqlform.h> +#include <ntqsqlpropertymap.h> #include "../connection.h" class CustomEdit : public TQLineEdit |