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/xform | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/xform')
-rw-r--r-- | examples/xform/xform.cpp | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp index dfe351946..bad40c303 100644 --- a/examples/xform/xform.cpp +++ b/examples/xform/xform.cpp @@ -7,26 +7,26 @@ ** *****************************************************************************/ -#include <qapplication.h> - -#include <qdialog.h> -#include <qlabel.h> -#include <qlineedit.h> -#include <qpushbutton.h> -#include <qcheckbox.h> -#include <qradiobutton.h> -#include <qbuttongroup.h> -#include <qlcdnumber.h> -#include <qslider.h> -#include <qmenubar.h> -#include <qfontdialog.h> -#include <qlayout.h> -#include <qvbox.h> -#include <qwidgetstack.h> - -#include <qpainter.h> -#include <qpixmap.h> -#include <qpicture.h> +#include <ntqapplication.h> + +#include <ntqdialog.h> +#include <ntqlabel.h> +#include <ntqlineedit.h> +#include <ntqpushbutton.h> +#include <ntqcheckbox.h> +#include <ntqradiobutton.h> +#include <ntqbuttongroup.h> +#include <ntqlcdnumber.h> +#include <ntqslider.h> +#include <ntqmenubar.h> +#include <ntqfontdialog.h> +#include <ntqlayout.h> +#include <ntqvbox.h> +#include <ntqwidgetstack.h> + +#include <ntqpainter.h> +#include <ntqpixmap.h> +#include <ntqpicture.h> #include <stdlib.h> |