diff options
Diffstat (limited to 'Source/WebKit/qt/WidgetApi/qwebpage.h')
| -rw-r--r-- | Source/WebKit/qt/WidgetApi/qwebpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebpage.h b/Source/WebKit/qt/WidgetApi/qwebpage.h index 5624b499b..6aa303b5c 100644 --- a/Source/WebKit/qt/WidgetApi/qwebpage.h +++ b/Source/WebKit/qt/WidgetApi/qwebpage.h @@ -65,7 +65,7 @@ namespace WebCore { struct FrameLoadRequest; } -class QWEBKIT_EXPORT QWebPage : public QObject { +class QWEBKITWIDGETS_EXPORT QWebPage : public QObject { Q_OBJECT Q_PROPERTY(bool modified READ isModified) @@ -213,7 +213,7 @@ public: Geolocation }; - class QWEBKIT_EXPORT ViewportAttributes { + class QWEBKITWIDGETS_EXPORT ViewportAttributes { public: ViewportAttributes(); ViewportAttributes(const QWebPage::ViewportAttributes& other); |
