aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/standalone/main.cpp
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@digia.com>2014-10-13 06:52:38 +0200
committerJani Heikkinen <jani.heikkinen@digia.com>2014-10-13 07:02:42 +0200
commite8c280a15f7822fa5a563388615313858fd90848 (patch)
treec3758fa66a99f7d5bd5d4e6f0c06f3273a45693c /examples/webchannel/standalone/main.cpp
parente9ec067e628564e0b065c625dcd7e695857706ac (diff)
Revert "Added some more examples"
This reverts commit e9ec067e628564e0b065c625dcd7e695857706ac which breaks qt5.git integration Change-Id: I92f23d1c0891ed0e52348ab36b73541027095146 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Diffstat (limited to 'examples/webchannel/standalone/main.cpp')
-rw-r--r--examples/webchannel/standalone/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webchannel/standalone/main.cpp b/examples/webchannel/standalone/main.cpp
index 201c4cd..6f0db3a 100644
--- a/examples/webchannel/standalone/main.cpp
+++ b/examples/webchannel/standalone/main.cpp
@@ -42,8 +42,8 @@
#include <QtWebSockets/QWebSocketServer>
-#include "../shared/websocketclientwrapper.h"
-#include "../shared/websockettransport.h"
+#include "websocketclientwrapper.h"
+#include "websockettransport.h"
#include "ui_dialog.h"