diff --git a/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h b/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h
index c2545971fe6286094ae651b905a9fec15bf8ab77..c55b08aa1c3547026f7a15f66eb78fa3040e1f9f 100644
--- a/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h
+++ b/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h
@@ -15,8 +15,8 @@ class CORE_EXPORT SshRemoteProcessRunner : public QObject
 public:
     typedef QSharedPointer<SshRemoteProcessRunner> Ptr;
 
-    Ptr create(const SshConnectionParameters &params);
-    Ptr create(const SshConnection::Ptr &connection);
+    static Ptr create(const SshConnectionParameters &params);
+    static Ptr create(const SshConnection::Ptr &connection);
 
     void run(const QByteArray &command);
     QByteArray command() const;