summaryrefslogtreecommitdiff
path: root/src/history/historypanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history/historypanel.h')
-rw-r--r--src/history/historypanel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/history/historypanel.h b/src/history/historypanel.h
index 67284c0e..6e6a9162 100644
--- a/src/history/historypanel.h
+++ b/src/history/historypanel.h
@@ -29,6 +29,9 @@
#define HISTORYPANEL_H
+// Local Includes
+#include "rekonqprivate_export.h"
+
// Qt Includes
#include <QDockWidget>
@@ -38,7 +41,7 @@ class QWidget;
class QModelIndex;
-class HistoryPanel : public QDockWidget
+class REKONQ_TESTS_EXPORT HistoryPanel : public QDockWidget
{
Q_OBJECT