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/demo/textdrawing/helpwindow.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/demo/textdrawing/helpwindow.cpp')
-rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index de353df7d..27d61d1ad 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -8,30 +8,30 @@ *****************************************************************************/ #include "helpwindow.h" -#include <qstatusbar.h> -#include <qpixmap.h> -#include <qpopupmenu.h> -#include <qmenubar.h> -#include <qtoolbar.h> -#include <qtoolbutton.h> -#include <qiconset.h> -#include <qfile.h> -#include <qtextstream.h> -#include <qstylesheet.h> -#include <qmessagebox.h> -#include <qfiledialog.h> -#include <qapplication.h> -#include <qcombobox.h> -#include <qevent.h> -#include <qlineedit.h> -#include <qobjectlist.h> -#include <qfileinfo.h> -#include <qfile.h> -#include <qdatastream.h> -#include <qprinter.h> -#include <qsimplerichtext.h> -#include <qpainter.h> -#include <qpaintdevicemetrics.h> +#include <ntqstatusbar.h> +#include <ntqpixmap.h> +#include <ntqpopupmenu.h> +#include <ntqmenubar.h> +#include <ntqtoolbar.h> +#include <ntqtoolbutton.h> +#include <ntqiconset.h> +#include <ntqfile.h> +#include <ntqtextstream.h> +#include <ntqstylesheet.h> +#include <ntqmessagebox.h> +#include <ntqfiledialog.h> +#include <ntqapplication.h> +#include <ntqcombobox.h> +#include <ntqevent.h> +#include <ntqlineedit.h> +#include <ntqobjectlist.h> +#include <ntqfileinfo.h> +#include <ntqfile.h> +#include <ntqdatastream.h> +#include <ntqprinter.h> +#include <ntqsimplerichtext.h> +#include <ntqpainter.h> +#include <ntqpaintdevicemetrics.h> #include <ctype.h> |