aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-09-26 09:14:03 +0200
committerhjk <hjk121@nokiamail.com>2014-09-26 10:12:51 +0200
commit953cdb971fd110da2c4a30a53350c5628f8deb71 (patch)
tree73889be3ac6a1e8f2a61da0d6b01ef9686b69033 /src/plugins/texteditor/textmark.cpp
parent4edc6896ad311b0043ada37d82d7c52b38ad85f2 (diff)
TextEditor: More BaseText* -> Text* renamings
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/texteditor/textmark.cpp')
-rw-r--r--src/plugins/texteditor/textmark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/textmark.cpp b/src/plugins/texteditor/textmark.cpp
index 1c4f039b6f9..e36bc039686 100644
--- a/src/plugins/texteditor/textmark.cpp
+++ b/src/plugins/texteditor/textmark.cpp
@@ -28,9 +28,9 @@
****************************************************************************/
#include "textmark.h"
-#include "basetextdocument.h"
+#include "textdocument.h"
#include "textmarkregistry.h"
-#include "basetexteditor.h"
+#include "texteditor.h"
#include "texteditorplugin.h"
#include <coreplugin/editormanager/editormanager.h>