diff --git a/src/webenginewidgets/api/qwebenginescriptcollection.h b/src/webenginewidgets/api/qwebenginescriptcollection.h index c8e40c5daaef48a4ae63d89c9405ac012767390f..5ef9c55c797f83f4ff807b6ce3f705ac6dde3ed8 100644 --- a/src/webenginewidgets/api/qwebenginescriptcollection.h +++ b/src/webenginewidgets/api/qwebenginescriptcollection.h @@ -37,7 +37,7 @@ #ifndef QWEBENGINESCRIPTCOLLECTION_H #define QWEBENGINESCRIPTCOLLECTION_H -#include "qtwebengineglobal.h" +#include "qtwebenginewidgetsglobal.h" #include "qwebenginescript.h" #include <QtCore/QScopedPointer> @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE class QWebEngineScriptCollectionPrivate; -class Q_WEBENGINE_EXPORT QWebEngineScriptCollection { +class QWEBENGINEWIDGETS_EXPORT QWebEngineScriptCollection { public: ~QWebEngineScriptCollection(); bool isEmpty() const { return !count(); } diff --git a/src/webenginewidgets/api/qwebenginescriptcollection_p.h b/src/webenginewidgets/api/qwebenginescriptcollection_p.h index 9a3a425ba96676f7d3b80c182f2856d8830270f1..76267c70c3f9f19439903c8e6cf4d2da9031a4da 100644 --- a/src/webenginewidgets/api/qwebenginescriptcollection_p.h +++ b/src/webenginewidgets/api/qwebenginescriptcollection_p.h @@ -37,7 +37,7 @@ #ifndef QWEBENGINESCRIPTCOLLECTION_P_H #define QWEBENGINESCRIPTCOLLECTION_P_H -#include "qtwebengineglobal.h" +#include "qtwebenginewidgetsglobal.h" #include "qwebenginescript.h"