aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/indenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/indenter.h')
-rw-r--r--src/plugins/texteditor/indenter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/texteditor/indenter.h b/src/plugins/texteditor/indenter.h
index d472906c9f..8e29c3d865 100644
--- a/src/plugins/texteditor/indenter.h
+++ b/src/plugins/texteditor/indenter.h
@@ -36,12 +36,13 @@
#include "texteditor_global.h"
-#include <QtCore/QChar>
-#include <QtGui/QTextBlock>
+#include <QtCore/QtGlobal>
QT_BEGIN_NAMESPACE
class QTextDocument;
class QTextCursor;
+class QTextBlock;
+class QChar;
QT_END_NAMESPACE
namespace TextEditor {