summaryrefslogtreecommitdiffstats
path: root/src/widgets/qsyntaxhighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qsyntaxhighlighter.cpp')
-rw-r--r--src/widgets/qsyntaxhighlighter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qsyntaxhighlighter.cpp b/src/widgets/qsyntaxhighlighter.cpp
index bf8938bbc..6c97ac517 100644
--- a/src/widgets/qsyntaxhighlighter.cpp
+++ b/src/widgets/qsyntaxhighlighter.cpp
@@ -38,16 +38,16 @@
**
**********************************************************************/
-#include "qsyntaxhighlighter.h"
+#include "ntqsyntaxhighlighter.h"
#include "private/qsyntaxhighlighter_p.h"
#ifndef QT_NO_SYNTAXHIGHLIGHTER
#include "../kernel/qrichtext_p.h"
-#include "qtextedit.h"
-#include "qtimer.h"
+#include "ntqtextedit.h"
+#include "ntqtimer.h"
/*!
- \class TQSyntaxHighlighter qsyntaxhighlighter.h
+ \class TQSyntaxHighlighter ntqsyntaxhighlighter.h
\brief The TQSyntaxHighlighter class is a base class for
implementing TQTextEdit syntax highlighters.