summaryrefslogtreecommitdiff
path: root/examples/webchannel/standalone/main.cpp
diff options
context:
space:
mode:
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 6f0db3a..201c4cd 100644
--- a/examples/webchannel/standalone/main.cpp
+++ b/examples/webchannel/standalone/main.cpp
@@ -42,8 +42,8 @@
#include <QtWebSockets/QWebSocketServer>
-#include "websocketclientwrapper.h"
-#include "websockettransport.h"
+#include "../shared/websocketclientwrapper.h"
+#include "../shared/websockettransport.h"
#include "ui_dialog.h"