aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp b/share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
index 95fef00047..8be37d632c 100644
--- a/share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
+++ b/share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
@@ -33,9 +33,9 @@
#include "liverubberbandselectionmanipulator.h"
#include "../qdeclarativeviewinspector_p.h"
-#include <QtGui/QGraphicsItem>
+#include <QGraphicsItem>
-#include <QtCore/QDebug>
+#include <QDebug>
namespace QmlJSDebugger {