diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/wizard | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/wizard')
-rw-r--r-- | examples/wizard/main.cpp | 2 | ||||
-rw-r--r-- | examples/wizard/wizard.cpp | 16 | ||||
-rw-r--r-- | examples/wizard/wizard.h | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/examples/wizard/main.cpp b/examples/wizard/main.cpp index b7e4406dc..3f08e99e9 100644 --- a/examples/wizard/main.cpp +++ b/examples/wizard/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "wizard.h" -#include <qapplication.h> +#include <ntqapplication.h> int main(int argc,char **argv) { 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 ) diff --git a/examples/wizard/wizard.h b/examples/wizard/wizard.h index f97a01fdf..332f18966 100644 --- a/examples/wizard/wizard.h +++ b/examples/wizard/wizard.h @@ -10,7 +10,7 @@ #ifndef WIZARD_H #define WIZARD_H -#include <qwizard.h> +#include <ntqwizard.h> class TQWidget; class TQHBox; |