summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/snippets/snippet.h')
-rw-r--r--src/plugins/texteditor/snippets/snippet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/snippets/snippet.h b/src/plugins/texteditor/snippets/snippet.h
index fa41228fde..8485f5e8e7 100644
--- a/src/plugins/texteditor/snippets/snippet.h
+++ b/src/plugins/texteditor/snippets/snippet.h
@@ -35,8 +35,8 @@
#include <texteditor/texteditor_global.h>
-#include <QtCore/QChar>
-#include <QtCore/QString>
+#include <QChar>
+#include <QString>
namespace TextEditor {