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/helpviewer | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/helpviewer')
-rw-r--r-- | examples/helpviewer/helpwindow.cpp | 48 | ||||
-rw-r--r-- | examples/helpviewer/helpwindow.h | 10 | ||||
-rw-r--r-- | examples/helpviewer/main.cpp | 4 |
3 files changed, 31 insertions, 31 deletions
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 4ee587989..053a54ff0 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/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> diff --git a/examples/helpviewer/helpwindow.h b/examples/helpviewer/helpwindow.h index 19247de2e..fbb4da20f 100644 --- a/examples/helpviewer/helpwindow.h +++ b/examples/helpviewer/helpwindow.h @@ -10,11 +10,11 @@ #ifndef HELPWINDOW_H #define HELPWINDOW_H -#include <qmainwindow.h> -#include <qtextbrowser.h> -#include <qstringlist.h> -#include <qmap.h> -#include <qdir.h> +#include <ntqmainwindow.h> +#include <ntqtextbrowser.h> +#include <ntqstringlist.h> +#include <ntqmap.h> +#include <ntqdir.h> class TQComboBox; class TQPopupMenu; diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp index d6264c09f..d09840c2b 100644 --- a/examples/helpviewer/main.cpp +++ b/examples/helpviewer/main.cpp @@ -8,8 +8,8 @@ *****************************************************************************/ #include "helpwindow.h" -#include <qapplication.h> -#include <qdir.h> +#include <ntqapplication.h> +#include <ntqdir.h> #include <stdlib.h> |