summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h
index 7fd63b18..9837cd63 100644
--- a/src/webtab.h
+++ b/src/webtab.h
@@ -29,6 +29,9 @@
#define WEBTAB_H
+// Local Includes
+#include "rekonqprivate_export.h"
+
// KDE Includes
#include <KUrl>
@@ -40,7 +43,7 @@ class WebPage;
class WebView;
-class WebTab : public QWidget
+class REKONQ_TESTS_EXPORT WebTab : public QWidget
{
Q_OBJECT