summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-02 22:14:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-02 22:14:53 +0100
commit3ab194eb596995a101756fcb92f4294e2dcb3ba1 (patch)
tree5fbff742e0fdb6305c28aad32d6ef0414ea8db2f /src/tabbar.h
parentCompiling rekonq as a kdeinit executable (diff)
downloadrekonq-3ab194eb596995a101756fcb92f4294e2dcb3ba1.tar.xz
Finally... unit tests!!
First test is trivial, but it's a test (tabbar test). And now we have it!
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 1601b3b6..fcb04d28 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -32,6 +32,7 @@
// Local Includes
+#include "rekonqprivate_export.h"
#include "mainview.h"
// Qt Includes
@@ -53,7 +54,7 @@ class KPassivePopup;
* a context menu and shortcuts
*
*/
-class TabBar : public KTabBar
+class REKONQ_TESTS_EXPORT TabBar : public KTabBar
{
Q_OBJECT