summaryrefslogtreecommitdiff
path: root/examples/webchannel/shared/websockettransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/shared/websockettransport.cpp')
-rw-r--r--examples/webchannel/shared/websockettransport.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/webchannel/shared/websockettransport.cpp b/examples/webchannel/shared/websockettransport.cpp
index 4dbec39..e4ce50a 100644
--- a/examples/webchannel/shared/websockettransport.cpp
+++ b/examples/webchannel/shared/websockettransport.cpp
@@ -50,11 +50,10 @@
#include "websockettransport.h"
+#include <QDebug>
#include <QJsonDocument>
#include <QJsonObject>
-#include <QDebug>
-
-#include <QtWebSockets/QWebSocket>
+#include <QWebSocket>
/*!
\brief QWebChannelAbstractSocket implementation that uses a QWebSocket internally.