diff options
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 6d75c549..b0700e8f 100644 --- a/src/webview.h +++ b/src/webview.h @@ -29,6 +29,9 @@ #define WEBVIEW_H // Local Includes +#include "rekonqprivate_export.h" + +// Local Includes #include "application.h" // KDE Includes @@ -38,7 +41,7 @@ class WebPage; -class WebView : public KWebView +class REKONQ_TESTS_EXPORT WebView : public KWebView { Q_OBJECT |