Vcs*: Rename several *Editors to *EditorWidgets

Follow suit.

Change-Id: If22452a5e46d62d419ba273981b1f247f5095b53
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-08-21 20:43:33 +02:00
parent d6ddff9373
commit b5a1599776
20 changed files with 66 additions and 66 deletions

View File

@@ -37,11 +37,11 @@
namespace Mercurial {
namespace Internal {
class MercurialEditor : public VcsBase::VcsBaseEditorWidget
class MercurialEditorWidget : public VcsBase::VcsBaseEditorWidget
{
Q_OBJECT
public:
MercurialEditor();
MercurialEditorWidget();
private:
QSet<QString> annotationChanges() const;