summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/remoteobject.h')
-rw-r--r--src/libs/installer/remoteobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/remoteobject.h b/src/libs/installer/remoteobject.h
index 97b7634e7..d756b1f3d 100644
--- a/src/libs/installer/remoteobject.h
+++ b/src/libs/installer/remoteobject.h
@@ -40,7 +40,7 @@
#include <QDataStream>
#include <QObject>
-#include <QTcpSocket>
+#include <QLocalSocket>
namespace QInstaller {
@@ -151,7 +151,7 @@ private:
private:
QString m_type;
- QTcpSocket *m_socket;
+ QLocalSocket *m_socket;
mutable QDataStream m_stream;
};