summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtextedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtextedit.cpp')
-rw-r--r--src/widgets/qtextedit.cpp62
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