diff options
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r-- | src/webinspectorpanel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index dac54648..bb196b5c 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -29,6 +29,9 @@ // Local Includes +#include "rekonqprivate_export.h" + +// Local Includes #include "mainwindow.h" // Qt Includes @@ -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: |