diff options
Diffstat (limited to 'src/core/api/qwebenginescript.h')
-rw-r--r-- | src/core/api/qwebenginescript.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/api/qwebenginescript.h b/src/core/api/qwebenginescript.h index a43f485a1..03964932c 100644 --- a/src/core/api/qwebenginescript.h +++ b/src/core/api/qwebenginescript.h @@ -41,9 +41,9 @@ #define QWEBENGINESCRIPT_H #include <QtWebEngineCore/qtwebenginecoreglobal.h> -#include <QtCore/QUrl> -#include <QtCore/QObject> -#include <QtCore/QSharedDataPointer> +#include <QtCore/qurl.h> +#include <QtCore/qobject.h> +#include <QtCore/qshareddata.h> namespace QtWebEngineCore { class UserScript; |