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/demo/textdrawing/textedit.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/demo/textdrawing/textedit.cpp')
-rw-r--r-- | examples/demo/textdrawing/textedit.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 515523b4b..c17aa5084 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/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, 0 ) |