summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.cpp
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-02 18:10:46 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-03 08:27:20 +0200
commitd0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch)
treef89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/webinspectorpanel.cpp
parentThis commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff)
downloadrekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz
Include clean-up in the big src directory
Diffstat (limited to 'src/webinspectorpanel.cpp')
-rw-r--r--src/webinspectorpanel.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/webinspectorpanel.cpp b/src/webinspectorpanel.cpp
index 3d1a5a1e..05e24fe0 100644
--- a/src/webinspectorpanel.cpp
+++ b/src/webinspectorpanel.cpp
@@ -26,18 +26,15 @@
// Self Includes
#include "webinspectorpanel.h"
-#include "webinspectorpanel.moc"
// Local Includes
-#include "webtab.h"
-#include "webview.h"
+#include "mainwindow.h"
#include "webpage.h"
-
-// KDE Includes
-#include "KAction"
+#include "webtab.h"
// Qt Includes
-#include <QWebInspector>
+#include <QtGui/QAction>
+#include <QtWebKit/QWebInspector>
WebInspectorPanel::WebInspectorPanel(QString title, QWidget *parent)