diff options
author | Friedemann Kleint <[email protected]> | 2013-03-15 12:33:36 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2013-03-18 11:59:55 +0100 |
commit | 9347f085333f7cd71b490d359a9fe07f9c2b44c5 (patch) | |
tree | 49cd50a3f45292b9ee258989b6286c525b5887d5 /src/libs/ssh/sshremoteprocess.h | |
parent | 409ff7c3acb15cf59eecd0d19c2a6fc6cd6b32ab (diff) |
Fix Krazy warnings about improper include guard in SSH.
Change-Id: Iacbbdecc7fb3b4d9042c1306f877908a803c29f8
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/libs/ssh/sshremoteprocess.h')
-rw-r--r-- | src/libs/ssh/sshremoteprocess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/ssh/sshremoteprocess.h b/src/libs/ssh/sshremoteprocess.h index c57ee56e8e3..a50a3f0f2fa 100644 --- a/src/libs/ssh/sshremoteprocess.h +++ b/src/libs/ssh/sshremoteprocess.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef SSHREMOTECOMMAND_H -#define SSHREMOTECOMMAND_H +#ifndef SSHREMOTEPROCESS_H +#define SSHREMOTEPROCESS_H #include "ssh_global.h" @@ -124,4 +124,4 @@ private: } // namespace QSsh -#endif // SSHREMOTECOMMAND_H +#endif // SSHREMOTEPROCESS_H |