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 /src/widgets/qtextedit.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtextedit.cpp')
-rw-r--r-- | src/widgets/qtextedit.cpp | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/src/widgets/qtextedit.cpp b/src/widgets/qtextedit.cpp index e2a78743d..561903ab1 100644 --- a/src/widgets/qtextedit.cpp +++ b/src/widgets/qtextedit.cpp @@ -38,48 +38,48 @@ ** **********************************************************************/ -#include "qtextedit.h" +#include "ntqtextedit.h" #ifndef QT_NO_TEXTEDIT // Keep this position to avoid patch rejection #ifndef QT_NO_IM -#include "qinputcontext.h" +#include "ntqinputcontext.h" #endif #include "../kernel/qrichtext_p.h" -#include "qpainter.h" -#include "qpen.h" -#include "qbrush.h" -#include "qpixmap.h" -#include "qfont.h" -#include "qcolor.h" -#include "qstyle.h" -#include "qsize.h" -#include "qevent.h" -#include "qtimer.h" -#include "qapplication.h" -#include "qlistbox.h" -#include "qvbox.h" -#include "qapplication.h" -#include "qclipboard.h" -#include "qcolordialog.h" -#include "qfontdialog.h" -#include "qstylesheet.h" -#include "qdragobject.h" -#include "qurl.h" -#include "qcursor.h" -#include "qregexp.h" -#include "qpopupmenu.h" -#include "qptrstack.h" -#include "qmetaobject.h" -#include "qtextbrowser.h" +#include "ntqpainter.h" +#include "ntqpen.h" +#include "ntqbrush.h" +#include "ntqpixmap.h" +#include "ntqfont.h" +#include "ntqcolor.h" +#include "ntqstyle.h" +#include "ntqsize.h" +#include "ntqevent.h" +#include "ntqtimer.h" +#include "ntqapplication.h" +#include "ntqlistbox.h" +#include "ntqvbox.h" +#include "ntqapplication.h" +#include "ntqclipboard.h" +#include "ntqcolordialog.h" +#include "ntqfontdialog.h" +#include "ntqstylesheet.h" +#include "ntqdragobject.h" +#include "ntqurl.h" +#include "ntqcursor.h" +#include "ntqregexp.h" +#include "ntqpopupmenu.h" +#include "ntqptrstack.h" +#include "ntqmetaobject.h" +#include "ntqtextbrowser.h" #include <private/qucom_p.h> #include "private/qsyntaxhighlighter_p.h" -#include <qguardedptr.h> +#include <ntqguardedptr.h> #ifndef QT_NO_ACCEL -#include <qkeysequence.h> +#include <ntqkeysequence.h> #define ACCEL_KEY(k) "\t" + TQString(TQKeySequence( TQt::CTRL | TQt::Key_ ## k )) #else #define ACCEL_KEY(k) "\t" + TQString("Ctrl+" #k) @@ -213,7 +213,7 @@ const char* TQRichTextDrag::format( int i ) const static bool block_set_alignment = FALSE; /*! - \class TQTextEdit qtextedit.h + \class TQTextEdit ntqtextedit.h \brief The TQTextEdit widget provides a powerful single-page rich text editor. \ingroup basic |