summaryrefslogtreecommitdiff
path: root/src/imports
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-02-02 18:40:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-02 18:41:35 +0100
commit9f693625c16781871d7b8faab2097ac89848b42a (patch)
treea64d44aff06432c3fd0e54b2e430de1e7a48a3c9 /src/imports
parentd1dc1b824ba9eba99b257da851d3987b7ac313b9 (diff)
downloadqtwebsockets-9f693625c16781871d7b8faab2097ac89848b42a.tar.gz
Correct include path
Change-Id: I7929337d16485a4ec9e95d1eb6037c84634b672f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.h b/src/imports/qmlwebsockets/qqmlwebsocket.h
index b9d7769..8492f23 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocket.h
+++ b/src/imports/qmlwebsockets/qqmlwebsocket.h
@@ -46,7 +46,7 @@
#include <QQmlParserStatus>
#include <QtQml>
#include <QScopedPointer>
-#include <QWebSocket>
+#include <QtWebSockets/QWebSocket>
QT_BEGIN_NAMESPACE