summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-21 00:03:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-21 00:03:32 +0200
commit9da41bf9224e233bba49149a2cb9db11c460d7f8 (patch)
tree0b0a010157bc32f1f305af863fdabbc15ba24c30 /src/webinspectorpanel.h
parentreenabled lost close confirm dialog (diff)
downloadrekonq-9da41bf9224e233bba49149a2cb9db11c460d7f8.tar.xz
Fix developers panel handling
BUG:236319
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r--src/webinspectorpanel.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h
index 8b1e3507..1f0ea06b 100644
--- a/src/webinspectorpanel.h
+++ b/src/webinspectorpanel.h
@@ -35,7 +35,11 @@
#include "mainwindow.h"
// Qt Includes
-#include <QDockWidget>
+#include <QtGui/QDockWidget>
+
+// Forward
+class QWebInspector;
+
/**
Docked web inspector
@@ -54,8 +58,7 @@ public slots:
protected:
virtual void closeEvent(QCloseEvent *event);
- MainWindow *mainWindow();
-
+ QWebInspector *_inspector;
};
#endif