summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketprotocol.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-04 21:16:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 21:18:01 +0100
commite3b93f838ccade335753559d823f0b087fc81170 (patch)
tree056caa101efec80742f7705a03ecbf83cfc9bb4e /src/websockets/qwebsocketprotocol.h
parent017405f210bd46d15cdfce2dace674cab6260402 (diff)
downloadqtwebsockets-e3b93f838ccade335753559d823f0b087fc81170.tar.gz
Add QWebSocketConfiguration to pre-cache socket settings
Change-Id: Ibff22b277b89379dc31b0b7a8a02547e12bff58e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocketprotocol.h')
-rw-r--r--src/websockets/qwebsocketprotocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websockets/qwebsocketprotocol.h b/src/websockets/qwebsocketprotocol.h
index 0fd342b..7ee77f5 100644
--- a/src/websockets/qwebsocketprotocol.h
+++ b/src/websockets/qwebsocketprotocol.h
@@ -42,8 +42,8 @@
#ifndef QWEBSOCKETPROTOCOL_H
#define QWEBSOCKETPROTOCOL_H
-#include <qglobal.h>
-#include "QtWebSockets/qwebsockets_global.h"
+#include <QtCore/qglobal.h>
+#include "qwebsockets_global.h"
QT_BEGIN_NAMESPACE