diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h
index 86bea41b4c1b11c446fc0158aee21f33c482bfbc..d4fe9dd13e761bda46c0621a84a08a80ca174244 100644
--- a/src/plugins/projectexplorer/projectexplorer.h
+++ b/src/plugins/projectexplorer/projectexplorer.h
@@ -106,7 +106,7 @@ public:
     void setProjectExplorerSettings(const Internal::ProjectExplorerSettings &pes);
     Internal::ProjectExplorerSettings projectExplorerSettings() const;
 
-    void ProjectExplorerPlugin::startRunControl(RunControl *runControl, const QString &mode);
+    void startRunControl(RunControl *runControl, const QString &mode);
 
 signals:
     void aboutToShowContextMenu(ProjectExplorer::Project *project,