aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp b/share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
index 8a992be77c..e4b810e033 100644
--- a/share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
+++ b/share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
@@ -33,12 +33,12 @@
#include "liveselectionrectangle.h"
#include "qmlinspectorconstants.h"
-#include <QtGui/QPen>
-#include <QtGui/QGraphicsRectItem>
-#include <QtGui/QGraphicsObject>
-#include <QtGui/QGraphicsScene>
+#include <QPen>
+#include <QGraphicsRectItem>
+#include <QGraphicsObject>
+#include <QGraphicsScene>
-#include <QtCore/QtDebug>
+#include <QtDebug>
#include <cmath>