diff options
Diffstat (limited to 'src/webinspectorpanel.cpp')
-rw-r--r-- | src/webinspectorpanel.cpp | 11 |
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) |