summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/plaintexteditor.cpp
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2013-09-13 12:13:10 +0200
committerChristian Stenger <christian.stenger@digia.com>2013-09-18 17:25:41 +0200
commit5d15076ea14262b474dd60768e6d80ef498cfdd1 (patch)
treeacb14dbe24ed5de2f08baa021ea566571aa7a58f /src/plugins/texteditor/plaintexteditor.cpp
parent8e62876f642901ba12121e6699b35986ff9595b5 (diff)
downloadqt-creator-5d15076ea14262b474dd60768e6d80ef498cfdd1.tar.gz
Fix compilation of generichighlighter test on Windows
Change-Id: I25c2f68528ede12fa900ea86973c6df39667c421 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/texteditor/plaintexteditor.cpp')
-rw-r--r--src/plugins/texteditor/plaintexteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/plaintexteditor.cpp b/src/plugins/texteditor/plaintexteditor.cpp
index 410032a6ac..573961cc23 100644
--- a/src/plugins/texteditor/plaintexteditor.cpp
+++ b/src/plugins/texteditor/plaintexteditor.cpp
@@ -33,7 +33,7 @@
#include "texteditorsettings.h"
#include "basetextdocument.h"
#include "normalindenter.h"
-#include "generichighlighter/highlighterutils.h"
+#include "highlighterutils.h"
#include <texteditor/generichighlighter/context.h>
#include <texteditor/generichighlighter/highlightdefinition.h>
#include <texteditor/generichighlighter/highlighter.h>