summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlrequestinfo.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-07-24 14:28:45 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-08-04 12:23:03 +0000
commit0a2d163cdb5ea0ae0d92a557fc1dbb5a449a3201 (patch)
treeb4dd0fa1e0f4808f023b5fed63c135f56851805b /src/core/api/qwebengineurlrequestinfo.h
parent2a56ec7ce4713711b55bb1dfc86a4320d943f606 (diff)
Fix #include's in public headers
Uniformly use the <Module/class.h> style, like https://wiki.qt.io/Coding_Conventions mandates. Change-Id: I4c05599fa689f375158fd3b0a54aada8571e5c59 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/api/qwebengineurlrequestinfo.h')
-rw-r--r--src/core/api/qwebengineurlrequestinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebengineurlrequestinfo.h b/src/core/api/qwebengineurlrequestinfo.h
index 8ef787995..dd1e57ebd 100644
--- a/src/core/api/qwebengineurlrequestinfo.h
+++ b/src/core/api/qwebengineurlrequestinfo.h
@@ -39,8 +39,8 @@
#include "qtwebenginecoreglobal.h"
-#include <QScopedPointer>
-#include <QUrl>
+#include <QtCore/qscopedpointer.h>
+#include <QtCore/qurl.h>
namespace QtWebEngineCore {
class NetworkDelegateQt;