summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-06 13:20:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 14:15:44 +0100
commit529b9a7cc85f63966c8ed6150ea18286b7459b1e (patch)
treec9156afd8054ddbc1a448ace2ac010c92abaab72 /src/websockets/qwebsocket.h
parentef5d3f16d5c18d51a659d5d22ebc0a190e5c9f43 (diff)
downloadqtwebsockets-529b9a7cc85f63966c8ed6150ea18286b7459b1e.tar.gz
Sanitize include directives
Change-Id: I510e5e8f263d3ea08dd3d623b054d06b2911c6d6 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocket.h')
-rw-r--r--src/websockets/qwebsocket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/websockets/qwebsocket.h b/src/websockets/qwebsocket.h
index 42eb529..f99daad 100644
--- a/src/websockets/qwebsocket.h
+++ b/src/websockets/qwebsocket.h
@@ -42,13 +42,13 @@
#ifndef QWEBSOCKET_H
#define QWEBSOCKET_H
-#include <QUrl>
+#include <QtCore/QUrl>
#ifndef QT_NO_NETWORKPROXY
-#include <QNetworkProxy>
+#include <QtNetwork/QNetworkProxy>
#endif
#ifndef QT_NO_SSL
-#include <QSslError>
-#include <QSslConfiguration>
+#include <QtNetwork/QSslError>
+#include <QtNetwork/QSslConfiguration>
#endif
#include "QtWebSockets/qwebsockets_global.h"
#include "QtWebSockets/qwebsocketprotocol.h"