diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/plugins/wizards/sqlformwizardimpl.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/designer/plugins/wizards/sqlformwizardimpl.cpp')
-rw-r--r-- | tools/designer/plugins/wizards/sqlformwizardimpl.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp index 627abd5ef..580780de4 100644 --- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp +++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp @@ -33,30 +33,30 @@ #include "sqlformwizardimpl.h" -#include <qlistbox.h> -#include <qwidget.h> -#include <qcheckbox.h> -#include <qlineedit.h> - -#include <qlabel.h> -#include <qgroupbox.h> -#include <qlayout.h> -#include <qregexp.h> -#include <qpushbutton.h> -#include <qmultilineedit.h> -#include <qlistview.h> -#include <qfeatures.h> -#include <qradiobutton.h> -#include <qspinbox.h> +#include <ntqlistbox.h> +#include <ntqwidget.h> +#include <ntqcheckbox.h> +#include <ntqlineedit.h> + +#include <ntqlabel.h> +#include <ntqgroupbox.h> +#include <ntqlayout.h> +#include <ntqregexp.h> +#include <ntqpushbutton.h> +#include <ntqmultilineedit.h> +#include <ntqlistview.h> +#include <ntqfeatures.h> +#include <ntqradiobutton.h> +#include <ntqspinbox.h> #include <limits.h> #ifndef QT_NO_SQL -#include <qdatatable.h> -#include <qdatabrowser.h> -#include <qdataview.h> -#include <qsqleditorfactory.h> -#include <qsqlindex.h> -#include <qsqlcursor.h> +#include <ntqdatatable.h> +#include <ntqdatabrowser.h> +#include <ntqdataview.h> +#include <ntqsqleditorfactory.h> +#include <ntqsqlindex.h> +#include <ntqsqlcursor.h> #endif SqlFormWizard::SqlFormWizard( TQUnknownInterface *aIface, TQWidget *w, |