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 /examples/wizard/wizard.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/wizard/wizard.cpp')
-rw-r--r-- | examples/wizard/wizard.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp index 96c88efb4..ad5c8699f 100644 --- a/examples/wizard/wizard.cpp +++ b/examples/wizard/wizard.cpp @@ -9,14 +9,14 @@ #include "wizard.h" -#include <qwidget.h> -#include <qhbox.h> -#include <qvbox.h> -#include <qlabel.h> -#include <qlineedit.h> -#include <qpushbutton.h> -#include <qvalidator.h> -#include <qapplication.h> +#include <ntqwidget.h> +#include <ntqhbox.h> +#include <ntqvbox.h> +#include <ntqlabel.h> +#include <ntqlineedit.h> +#include <ntqpushbutton.h> +#include <ntqvalidator.h> +#include <ntqapplication.h> Wizard::Wizard( TQWidget *parent, const char *name ) : TQWizard( parent, name, TRUE ) |