summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvscontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cvs/cvscontrol.cpp')
-rw-r--r--src/plugins/cvs/cvscontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvscontrol.cpp b/src/plugins/cvs/cvscontrol.cpp
index d0ae53016d..fcf96cdf68 100644
--- a/src/plugins/cvs/cvscontrol.cpp
+++ b/src/plugins/cvs/cvscontrol.cpp
@@ -53,7 +53,7 @@ QString CVSControl::displayName() const
QString CVSControl::id() const
{
- return QLatin1String(VCSBase::Constants::VCS_ID_CVS);
+ return QLatin1String(VcsBase::Constants::VCS_ID_CVS);
}
bool CVSControl::isConfigured() const