summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecallback.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/qwebenginecallback.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/qwebenginecallback.h')
-rw-r--r--src/core/api/qwebenginecallback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/api/qwebenginecallback.h b/src/core/api/qwebenginecallback.h
index a88fa838c..ddee20d06 100644
--- a/src/core/api/qwebenginecallback.h
+++ b/src/core/api/qwebenginecallback.h
@@ -40,9 +40,9 @@
#include "qtwebenginecoreglobal.h"
#include <QtCore/qcompilerdetection.h> // Needed for Q_DECL_OVERRIDE
-#include <QExplicitlySharedDataPointer>
-#include <QString>
-#include <QVariant>
+#include <QtCore/qshareddata.h>
+#include <QtCore/qstring.h>
+#include <QtCore/qvariant.h>
namespace QtWebEngineCore {
class CallbackDirectory;