summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index a03a648..a634561 100644
--- a/src/client.h
+++ b/src/client.h
@@ -1,8 +1,8 @@
// -*- c++ -*-
#pragma once
-#include <QtCore>
-#include <QtNetwork>
+#include <QtNetwork/QTcpSocket>
+#include <QtCore/QTimer>
class QTcpSocket;
class QTimer;