aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp b/share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
index bd9f1134be..69ee39f621 100644
--- a/share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
+++ b/share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
@@ -33,14 +33,14 @@
#include "zoomtool.h"
#include "../qdeclarativeviewinspector_p.h"
-#include <QtGui/QMouseEvent>
-#include <QtGui/QWheelEvent>
-#include <QtGui/QKeyEvent>
-#include <QtGui/QMenu>
-#include <QtGui/QAction>
-
-#include <QtCore/QRectF>
-#include <QtCore/QDebug>
+#include <QMouseEvent>
+#include <QWheelEvent>
+#include <QKeyEvent>
+#include <QMenu>
+#include <QAction>
+
+#include <QRectF>
+#include <QDebug>
namespace QmlJSDebugger {