From 8dda858403d283f1850c0298aac0fb5212a27952 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 26 Feb 2010 11:37:11 +0100 Subject: tests support for every Qt derived rekonq class --- src/history/historypanel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/history/historypanel.h') 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 @@ -38,7 +41,7 @@ class QWidget; class QModelIndex; -class HistoryPanel : public QDockWidget +class REKONQ_TESTS_EXPORT HistoryPanel : public QDockWidget { Q_OBJECT -- cgit v1.2.1