summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
commit19eb738f838bf214c9178a4f02464056137b0fa5 (patch)
treed73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/webinspectorpanel.h
parentrekonq 0.9.56 (diff)
downloadrekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r--src/webinspectorpanel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h
index 92da538b..ebe82267 100644
--- a/src/webinspectorpanel.h
+++ b/src/webinspectorpanel.h
@@ -33,16 +33,16 @@
#include "rekonq_defines.h"
// Qt Includes
-#include <QtGui/QDockWidget>
+#include <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