Fix Krazy warnings about improper include guard in SSH.

Change-Id: Iacbbdecc7fb3b4d9042c1306f877908a803c29f8
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-15 12:33:36 +01:00
parent 409ff7c3ac
commit 9347f08533
8 changed files with 22 additions and 22 deletions

View File

@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
#ifndef DIRECTTCPIPCHANNEL_P_H
#define DIRECTTCPIPCHANNEL_P_H
#ifndef SSHDIRECTTCPIPTUNNEL_P_H
#define SSHDIRECTTCPIPTUNNEL_P_H
#include "sshchannel_p.h"
@@ -78,4 +78,4 @@ private:
} // namespace Internal
} // namespace QSsh
#endif // DIRECTTCPIPCHANNEL_P_H
#endif // SSHDIRECTTCPIPTUNNEL_P_H