summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/annotationhighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bazaar/annotationhighlighter.cpp')
-rw-r--r--src/plugins/bazaar/annotationhighlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bazaar/annotationhighlighter.cpp b/src/plugins/bazaar/annotationhighlighter.cpp
index 5c64625599..6dad6c709d 100644
--- a/src/plugins/bazaar/annotationhighlighter.cpp
+++ b/src/plugins/bazaar/annotationhighlighter.cpp
@@ -38,7 +38,7 @@ using namespace Bazaar;
BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &changeNumbers,
QTextDocument *document)
- : VCSBase::BaseAnnotationHighlighter(changeNumbers, document),
+ : VcsBase::BaseAnnotationHighlighter(changeNumbers, document),
m_changeset(QLatin1String(Constants::CHANGESET_ID))
{
}