summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippeteditor.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/snippets/snippeteditor.cpp
parent4edc6896ad311b0043ada37d82d7c52b38ad85f2 (diff)
downloadqt-creator-953cdb971fd110da2c4a30a53350c5628f8deb71.tar.gz
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/snippets/snippeteditor.cpp')
-rw-r--r--src/plugins/texteditor/snippets/snippeteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.cpp b/src/plugins/texteditor/snippets/snippeteditor.cpp
index bfe9b9c93c..42216125d4 100644
--- a/src/plugins/texteditor/snippets/snippeteditor.cpp
+++ b/src/plugins/texteditor/snippets/snippeteditor.cpp
@@ -29,7 +29,7 @@
#include "snippeteditor.h"
-#include <texteditor/basetextdocument.h>
+#include <texteditor/textdocument.h>
#include <texteditor/texteditorconstants.h>
#include <texteditor/texteditorsettings.h>
#include <utils/qtcassert.h>