QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidget

Matches the general pattern and is shorter.

Change-Id: Ib29ff5203a707f2152a9dfab42bcfd5697d0a7dc
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
hjk
2014-08-25 20:01:46 +02:00
parent 5af67a9078
commit 2db0f875cb
9 changed files with 52 additions and 52 deletions

View File

@@ -60,13 +60,13 @@ class FindReferences;
namespace Internal {
class QmlJSTextEditorWidget : public TextEditor::BaseTextEditorWidget
class QmlJSEditorWidget : public TextEditor::BaseTextEditorWidget
{
Q_OBJECT
public:
QmlJSTextEditorWidget(TextEditor::BaseTextDocumentPtr doc);
~QmlJSTextEditorWidget();
QmlJSEditorWidget(TextEditor::BaseTextDocumentPtr doc);
~QmlJSEditorWidget();
QmlJSEditorDocument *qmlJsEditorDocument() const;