summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestoreclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebenginecookiestoreclient.h')
-rw-r--r--src/core/api/qwebenginecookiestoreclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/api/qwebenginecookiestoreclient.h b/src/core/api/qwebenginecookiestoreclient.h
index c9cfc1b37..929584c86 100644
--- a/src/core/api/qwebenginecookiestoreclient.h
+++ b/src/core/api/qwebenginecookiestoreclient.h
@@ -40,10 +40,10 @@
#include "qtwebenginecoreglobal.h"
#include "qwebenginecallback.h"
-#include <QObject>
-#include <QScopedPointer>
-#include <QNetworkCookie>
-#include <QUrl>
+#include <QtCore/qobject.h>
+#include <QtCore/qscopedpointer.h>
+#include <QtCore/qurl.h>
+#include <QtNetwork/qnetworkcookie.h>
namespace QtWebEngineCore {
class CookieMonsterDelegateQt;