Move SubmitEditorWidget from Utils to VcsBase

It belongs there

Change-Id: I4b4cdacf32b0eab299d4b2d5258cd4d91a759907
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2013-01-02 22:12:06 +02:00
committed by hjk
parent e174e24d58
commit 34db64c752
27 changed files with 64 additions and 64 deletions

View File

@@ -32,7 +32,7 @@
#include "ui_mercurialcommitpanel.h"
#include <utils/submiteditorwidget.h>
#include <vcsbase/submiteditorwidget.h>
namespace Mercurial {
namespace Internal {
@@ -41,7 +41,7 @@ namespace Internal {
Some extra fields have been added to the standard SubmitEditorWidget,
to help to conform to the commit style that is used by both git and Mercurial*/
class MercurialCommitWidget : public Utils::SubmitEditorWidget
class MercurialCommitWidget : public VcsBase::SubmitEditorWidget
{
public: