summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlrequestinterceptor.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-11 14:47:16 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-05 15:11:32 +0000
commit60e35b3c459fa949cdb8ed2a6a850a8417f47b71 (patch)
treefee9aac58c3e8a2b3ede963e9f907704d3376f41 /src/core/api/qwebengineurlrequestinterceptor.h
parent2656cdbeb0a45357cfb2621b0307a4e1462fbaaf (diff)
Fix more syncqt warnings
Change include form to follow standard Change-Id: I8b30ae9a6923365d524c473f2807b76e4fccebf4 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/api/qwebengineurlrequestinterceptor.h')
-rw-r--r--src/core/api/qwebengineurlrequestinterceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebengineurlrequestinterceptor.h b/src/core/api/qwebengineurlrequestinterceptor.h
index 372ee9066..a3b7cf979 100644
--- a/src/core/api/qwebengineurlrequestinterceptor.h
+++ b/src/core/api/qwebengineurlrequestinterceptor.h
@@ -37,8 +37,8 @@
#ifndef QWEBENINGEURLREQUESTINTERCEPTOR_H
#define QWEBENINGEURLREQUESTINTERCEPTOR_H
-#include "qtwebenginecoreglobal.h"
-#include "qwebengineurlrequestinfo.h"
+#include <QtWebEngineCore/qtwebenginecoreglobal.h>
+#include <QtWebEngineCore/qwebengineurlrequestinfo.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qhash.h>