diff options
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r-- | src/webinspectorpanel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index ebe82267..92da538b 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -33,16 +33,16 @@ #include "rekonq_defines.h" // Qt Includes -#include <QDockWidget> +#include <QtGui/QDockWidget> // Forward class QWebInspector; /** - * Docked web inspector - * behaviour : hide/show by tab, not globally -**/ + Docked web inspector + behaviour : hide/show by tab, not globally +*/ class REKONQ_TESTS_EXPORT WebInspectorPanel : public QDockWidget { Q_OBJECT |