summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
commit8dda858403d283f1850c0298aac0fb5212a27952 (patch)
treeb21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/webview.h
parentFixing scripts and tests to start reloading them.. (diff)
downloadrekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h5
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