diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
commit | 8dda858403d283f1850c0298aac0fb5212a27952 (patch) | |
tree | b21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/history/historymanager.h | |
parent | Fixing scripts and tests to start reloading them.. (diff) | |
download | rekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz |
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r-- | src/history/historymanager.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h index 0df1467f..e744ca4b 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -30,6 +30,9 @@ #define HISTORY_H +// Local Includes +#include "rekonqprivate_export.h" + // KDE Includes #include <KUrl> @@ -92,7 +95,7 @@ class KCompletion; * It manages rekonq history * */ -class HistoryManager : public QWebHistoryInterface +class REKONQ_TESTS_EXPORT HistoryManager : public QWebHistoryInterface { Q_OBJECT Q_PROPERTY(int historyLimit READ historyLimit WRITE setHistoryLimit) |