aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/screenshotcropper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qtsupport/screenshotcropper.h')
-rw-r--r--src/plugins/qtsupport/screenshotcropper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qtsupport/screenshotcropper.h b/src/plugins/qtsupport/screenshotcropper.h
index 71c1fd499e..2a1126f027 100644
--- a/src/plugins/qtsupport/screenshotcropper.h
+++ b/src/plugins/qtsupport/screenshotcropper.h
@@ -1,9 +1,9 @@
#ifndef SCREENSHOTCROPPER_H
#define SCREENSHOTCROPPER_H
-#include <QtCore/QMap>
-#include <QtCore/QRect>
-#include <QtGui/QImage>
+#include <QMap>
+#include <QRect>
+#include <QImage>
namespace QtSupport {
namespace Internal {