forked from qt-creator/qt-creator
TextEditor: More BaseText* -> Text* renamings
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef ANDROIDMANIFESTDOCUMENT_H
|
||||
#define ANDROIDMANIFESTDOCUMENT_H
|
||||
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "androidmanifesteditorwidget.h"
|
||||
|
||||
#include <coreplugin/editormanager/ieditor.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QToolBar;
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include <projectexplorer/kitinformation.h>
|
||||
|
||||
#include <texteditor/texteditoractionhandler.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <utils/algorithm.h>
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef ANDROIDMANIFESTEDITORWIDGET_H
|
||||
#define ANDROIDMANIFESTEDITORWIDGET_H
|
||||
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <QStackedWidget>
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
#include "androidconstants.h"
|
||||
#include "javacompletionassistprovider.h"
|
||||
|
||||
#include <texteditor/basetextdocument.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <utils/uncommentselection.h>
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef JAVAEDITOR_H
|
||||
#define JAVAEDITOR_H
|
||||
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user