aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoroverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/refactoroverlay.h')
-rw-r--r--src/plugins/texteditor/refactoroverlay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/refactoroverlay.h b/src/plugins/texteditor/refactoroverlay.h
index 1fd6637a806..6e4c3898b5d 100644
--- a/src/plugins/texteditor/refactoroverlay.h
+++ b/src/plugins/texteditor/refactoroverlay.h
@@ -2,9 +2,9 @@
#define REFACTOROVERLAY_H
#include "basetexteditor.h"
-#include <QTextCursor>
-#include <QObject>
-#include <QIcon>
+
+#include <QtGui/QTextCursor>
+#include <QtGui/QIcon>
namespace TextEditor {
namespace Internal {