summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-15 14:04:43 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-15 14:07:24 +0200
commiteb6246203f58dff9057ef6c70a22487104afeb45 (patch)
tree8061c3441d9b3f6ec59fa96b10bfb8c70a1bee8c /src
parentc779c39ee591b8e3581b61e4ee4187730210113a (diff)
downloadqtwebsockets-eb6246203f58dff9057ef6c70a22487104afeb45.tar.gz
Remove QtWebSockets from include directives
Having QtWebSockets/ in front of the includes, results in a failing Windows build. Change-Id: I3b7f9ee3f1f06d4588a25a02324d1e1f0e4fde81 Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/qwebsocket.h4
-rw-r--r--src/websockets/qwebsocketcorsauthenticator.h2
-rw-r--r--src/websockets/qwebsockets_global.h2
-rw-r--r--src/websockets/qwebsocketserver.h4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/websockets/qwebsocket.h b/src/websockets/qwebsocket.h
index c1b3db7..a820dcd 100644
--- a/src/websockets/qwebsocket.h
+++ b/src/websockets/qwebsocket.h
@@ -25,8 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <QNetworkProxy>
#endif
-#include "QtWebSockets/qwebsockets_global.h"
-#include "QtWebSockets/qwebsocketprotocol.h"
+#include "qwebsockets_global.h"
+#include "qwebsocketprotocol.h"
QT_BEGIN_NAMESPACE
diff --git a/src/websockets/qwebsocketcorsauthenticator.h b/src/websockets/qwebsocketcorsauthenticator.h
index b5d7a22..fb7d957 100644
--- a/src/websockets/qwebsocketcorsauthenticator.h
+++ b/src/websockets/qwebsocketcorsauthenticator.h
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef QWEBSOCKETCORSAUTHENTICATOR_H
#define QWEBSOCKETCORSAUTHENTICATOR_H
-#include "QtWebSockets/qwebsockets_global.h"
+#include "qwebsockets_global.h"
QT_BEGIN_NAMESPACE
diff --git a/src/websockets/qwebsockets_global.h b/src/websockets/qwebsockets_global.h
index 8b902af..eb88de6 100644
--- a/src/websockets/qwebsockets_global.h
+++ b/src/websockets/qwebsockets_global.h
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef QWEBSOCKETSGLOBAL_H
#define QWEBSOCKETSGLOBAL_H
-#include <QtCore/qglobal.h>
+#include <qglobal.h>
QT_BEGIN_NAMESPACE
diff --git a/src/websockets/qwebsocketserver.h b/src/websockets/qwebsocketserver.h
index 92db91b..d81cef8 100644
--- a/src/websockets/qwebsocketserver.h
+++ b/src/websockets/qwebsocketserver.h
@@ -24,8 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <QString>
#include <QHostAddress>
-#include "QtWebSockets/qwebsockets_global.h"
-#include "QtWebSockets/qwebsocketprotocol.h"
+#include "qwebsockets_global.h"
+#include "qwebsocketprotocol.h"
QT_BEGIN_NAMESPACE