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/webinspectorpanel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/webinspectorpanel.h') diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index dac54648..bb196b5c 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -28,6 +28,9 @@ #define WEBINSPECTOR_PANEL_H +// Local Includes +#include "rekonqprivate_export.h" + // Local Includes #include "mainwindow.h" @@ -38,7 +41,7 @@ Docked web inspector behaviour : hide/show by tab, not globally */ -class WebInspectorPanel : public QDockWidget +class REKONQ_TESTS_EXPORT WebInspectorPanel : public QDockWidget { Q_OBJECT public: -- cgit v1.2.1