diff options
Diffstat (limited to 'src/libs/utils/ssh/sshsendfacility.cpp')
-rw-r--r-- | src/libs/utils/ssh/sshsendfacility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/ssh/sshsendfacility.cpp b/src/libs/utils/ssh/sshsendfacility.cpp index f58cf4e23f..771d145405 100644 --- a/src/libs/utils/ssh/sshsendfacility.cpp +++ b/src/libs/utils/ssh/sshsendfacility.cpp @@ -35,7 +35,7 @@ #include "sshkeyexchange_p.h" #include "sshoutgoingpacket_p.h" -#include <QtNetwork/QTcpSocket> +#include <QTcpSocket> namespace Utils { namespace Internal { |