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/textedit | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/textedit')
-rw-r--r-- | examples/textedit/main.cpp | 2 | ||||
-rw-r--r-- | examples/textedit/textedit.cpp | 36 | ||||
-rw-r--r-- | examples/textedit/textedit.h | 4 |
3 files changed, 21 insertions, 21 deletions
diff --git a/examples/textedit/main.cpp b/examples/textedit/main.cpp index 31b5412a3..f07bf4a26 100644 --- a/examples/textedit/main.cpp +++ b/examples/textedit/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <qapplication.h> +#include <ntqapplication.h> #include "textedit.h" int main( int argc, char ** argv ) diff --git a/examples/textedit/textedit.cpp b/examples/textedit/textedit.cpp index b25074788..e3441c858 100644 --- a/examples/textedit/textedit.cpp +++ b/examples/textedit/textedit.cpp @@ -9,24 +9,24 @@ #include "textedit.h" -#include <qtextedit.h> -#include <qaction.h> -#include <qmenubar.h> -#include <qpopupmenu.h> -#include <qtoolbar.h> -#include <qtabwidget.h> -#include <qapplication.h> -#include <qfontdatabase.h> -#include <qcombobox.h> -#include <qlineedit.h> -#include <qfileinfo.h> -#include <qfile.h> -#include <qfiledialog.h> -#include <qprinter.h> -#include <qpaintdevicemetrics.h> -#include <qsimplerichtext.h> -#include <qcolordialog.h> -#include <qpainter.h> +#include <ntqtextedit.h> +#include <ntqaction.h> +#include <ntqmenubar.h> +#include <ntqpopupmenu.h> +#include <ntqtoolbar.h> +#include <ntqtabwidget.h> +#include <ntqapplication.h> +#include <ntqfontdatabase.h> +#include <ntqcombobox.h> +#include <ntqlineedit.h> +#include <ntqfileinfo.h> +#include <ntqfile.h> +#include <ntqfiledialog.h> +#include <ntqprinter.h> +#include <ntqpaintdevicemetrics.h> +#include <ntqsimplerichtext.h> +#include <ntqcolordialog.h> +#include <ntqpainter.h> TextEdit::TextEdit( TQWidget *parent, const char *name ) : TQMainWindow( parent, name ) diff --git a/examples/textedit/textedit.h b/examples/textedit/textedit.h index 7b2031f03..226e0e0eb 100644 --- a/examples/textedit/textedit.h +++ b/examples/textedit/textedit.h @@ -10,8 +10,8 @@ #ifndef TEXTEDIT_H #define TEXTEDIT_H -#include <qmainwindow.h> -#include <qmap.h> +#include <ntqmainwindow.h> +#include <ntqmap.h> class TQAction; class TQComboBox; |