aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/baseannotationhighlighter.cpp
diff options
context:
space:
mode:
authorRoberto Raggi <[email protected]>2010-07-09 14:47:18 +0200
committerRoberto Raggi <[email protected]>2010-07-09 14:47:18 +0200
commit8acde74d79672137366258c79eb512a2fbcfac8e (patch)
tree529c21db030126365f775ac05857ebb48591e8cf /src/plugins/vcsbase/baseannotationhighlighter.cpp
parent32993f460a4bb44b14964e5379f8c9036481aa93 (diff)
Forked QSyntaxHighlighter from Qt 4.7.
We need our very own syntax highlighter in Qt Creator.
Diffstat (limited to 'src/plugins/vcsbase/baseannotationhighlighter.cpp')
-rw-r--r--src/plugins/vcsbase/baseannotationhighlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.cpp b/src/plugins/vcsbase/baseannotationhighlighter.cpp
index 7ce60584534..b272ea03aed 100644
--- a/src/plugins/vcsbase/baseannotationhighlighter.cpp
+++ b/src/plugins/vcsbase/baseannotationhighlighter.cpp
@@ -47,7 +47,7 @@ struct BaseAnnotationHighlighterPrivate {
BaseAnnotationHighlighter::BaseAnnotationHighlighter(const ChangeNumbers &changeNumbers,
QTextDocument *document) :
- QSyntaxHighlighter(document),
+ TextEditor::SyntaxHighlighter(document),
m_d(new BaseAnnotationHighlighterPrivate)
{
setChangeNumbers(changeNumbers);