summaryrefslogtreecommitdiff
path: root/src/plugins/clangcodemodel
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-07-25 14:10:41 +0200
committerhjk <hjk121@nokiamail.com>2014-07-25 14:53:11 +0200
commit96d3449acdd22acb6991aa843fc4dd6c6ebaa7a6 (patch)
treea28a842b77705af182816b28cfd4b5c6a7b9cdd4 /src/plugins/clangcodemodel
parent71c6d4d771d0e118bd715acc4433c98d8a7be3c8 (diff)
downloadqt-creator-96d3449acdd22acb6991aa843fc4dd6c6ebaa7a6.tar.gz
TextEditor: Remove itexteditor.{h,cpp}
Move the remaining contents to more appropriate places. Change-Id: I55eed5c572bd33dafe2187523d9aa381c211fdd6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/clangcodemodel')
-rw-r--r--src/plugins/clangcodemodel/semanticmarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangcodemodel/semanticmarker.h b/src/plugins/clangcodemodel/semanticmarker.h
index 43959b4e27..744aece1c6 100644
--- a/src/plugins/clangcodemodel/semanticmarker.h
+++ b/src/plugins/clangcodemodel/semanticmarker.h
@@ -36,7 +36,7 @@
#include "sourcemarker.h"
#include "utils.h"
-#include <texteditor/itexteditor.h>
+#include <texteditor/basetexteditor.h>
#include <QMutex>
#include <QScopedPointer>