aboutsummaryrefslogtreecommitdiffstats
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 d4c3c5b452..f633e4c7af 100644
--- a/src/plugins/cvs/cvscontrol.cpp
+++ b/src/plugins/cvs/cvscontrol.cpp
@@ -41,7 +41,7 @@ CVSControl::CVSControl(CVSPlugin *plugin) :
{
}
-QString CVSControl::name() const
+QString CVSControl::displayName() const
{
return QLatin1String("cvs");
}