summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestore.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/qwebenginecookiestore.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/qwebenginecookiestore.h')
-rw-r--r--src/core/api/qwebenginecookiestore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebenginecookiestore.h b/src/core/api/qwebenginecookiestore.h
index 73a4ac19a..b78f885ef 100644
--- a/src/core/api/qwebenginecookiestore.h
+++ b/src/core/api/qwebenginecookiestore.h
@@ -37,8 +37,8 @@
#ifndef QWEBENGINECOOKIESTORE_H
#define QWEBENGINECOOKIESTORE_H
-#include "qtwebenginecoreglobal.h"
-#include "qwebenginecallback.h"
+#include <QtWebEngineCore/qtwebenginecoreglobal.h>
+#include <QtWebEngineCore/qwebenginecallback.h>
#include <QtCore/qobject.h>
#include <QtCore/qscopedpointer.h>