summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webinspectorpanel.cpp')
-rw-r--r--src/webinspectorpanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webinspectorpanel.cpp b/src/webinspectorpanel.cpp
index 59e95167..06e98643 100644
--- a/src/webinspectorpanel.cpp
+++ b/src/webinspectorpanel.cpp
@@ -35,8 +35,8 @@
#include "webtab.h"
// Qt Includes
-#include <QtGui/QAction>
-#include <QtWebKit/QWebInspector>
+#include <QAction>
+#include <QWebInspector>
WebInspectorPanel::WebInspectorPanel(QString title, QWidget *parent)