Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*

Change-Id: I9f607b9d27b52fbbc26ae601e7a36c30bcc3df59
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-05-05 15:21:29 +02:00
parent 8e7651db19
commit b4965ba023
11 changed files with 15 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
#ifndef CLONEWIZARD_H #ifndef CLONEWIZARD_H
#define CLONEWIZARD_H #define CLONEWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
#include <QIcon> #include <QIcon>

View File

@@ -30,7 +30,7 @@
#ifndef CHECKOUTWIZARD_H #ifndef CHECKOUTWIZARD_H
#define CHECKOUTWIZARD_H #define CHECKOUTWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
namespace Cvs { namespace Cvs {
namespace Internal { namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef CLONEWIZARD_H #ifndef CLONEWIZARD_H
#define CLONEWIZARD_H #define CLONEWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
namespace Git { namespace Git {
namespace Internal { namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef GITORIOUSCLONEWIZARD_H #ifndef GITORIOUSCLONEWIZARD_H
#define GITORIOUSCLONEWIZARD_H #define GITORIOUSCLONEWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
namespace Gitorious { namespace Gitorious {
namespace Internal { namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef CLONEWIZARD_H #ifndef CLONEWIZARD_H
#define CLONEWIZARD_H #define CLONEWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
#include <QIcon> #include <QIcon>

View File

@@ -30,7 +30,7 @@
#ifndef CHECKOUTWIZARD_H #ifndef CHECKOUTWIZARD_H
#define CHECKOUTWIZARD_H #define CHECKOUTWIZARD_H
#include <vcsbase/basecheckoutwizard.h> #include <vcsbase/basecheckoutwizardfactory.h>
namespace Subversion { namespace Subversion {
namespace Internal { namespace Internal {

View File

@@ -27,7 +27,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "basecheckoutwizard.h" #include "basecheckoutwizardfactory.h"
#include "checkoutwizarddialog.h" #include "checkoutwizarddialog.h"
#include <coreplugin/featureprovider.h> #include <coreplugin/featureprovider.h>

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef BASECHECKOUTWIZARD_H #ifndef BASECHECKOUTWIZARDFACTORY_H
#define BASECHECKOUTWIZARD_H #define BASECHECKOUTWIZARDFACTORY_H
#include "vcsbase_global.h" #include "vcsbase_global.h"
#include <coreplugin/iwizardfactory.h> #include <coreplugin/iwizardfactory.h>
@@ -72,4 +72,4 @@ private:
} // namespace VcsBase } // namespace VcsBase
#endif // BASECHECKOUTWIZARD_H #endif // BASECHECKOUTWIZARDFACTORY_H

View File

@@ -28,7 +28,7 @@
****************************************************************************/ ****************************************************************************/
#include "checkoutwizarddialog.h" #include "checkoutwizarddialog.h"
#include "basecheckoutwizard.h" #include "basecheckoutwizardfactory.h"
#include "checkoutprogresswizardpage.h" #include "checkoutprogresswizardpage.h"
#include <coreplugin/basefilewizard.h> #include <coreplugin/basefilewizard.h>

View File

@@ -17,7 +17,7 @@ HEADERS += vcsbase_global.h \
commonvcssettings.h \ commonvcssettings.h \
commonsettingspage.h \ commonsettingspage.h \
nicknamedialog.h \ nicknamedialog.h \
basecheckoutwizard.h \ basecheckoutwizardfactory.h \
checkoutwizarddialog.h \ checkoutwizarddialog.h \
checkoutprogresswizardpage.h \ checkoutprogresswizardpage.h \
basecheckoutwizardpage.h \ basecheckoutwizardpage.h \
@@ -46,7 +46,7 @@ SOURCES += vcsplugin.cpp \
commonvcssettings.cpp \ commonvcssettings.cpp \
commonsettingspage.cpp \ commonsettingspage.cpp \
nicknamedialog.cpp \ nicknamedialog.cpp \
basecheckoutwizard.cpp \ basecheckoutwizardfactory.cpp \
checkoutwizarddialog.cpp \ checkoutwizarddialog.cpp \
checkoutprogresswizardpage.cpp \ checkoutprogresswizardpage.cpp \
basecheckoutwizardpage.cpp \ basecheckoutwizardpage.cpp \

View File

@@ -18,8 +18,8 @@ QtcPlugin {
files: [ files: [
"baseannotationhighlighter.cpp", "baseannotationhighlighter.cpp",
"baseannotationhighlighter.h", "baseannotationhighlighter.h",
"basecheckoutwizard.cpp", "basecheckoutwizardfactory.cpp",
"basecheckoutwizard.h", "basecheckoutwizardfactory.h",
"basecheckoutwizardpage.cpp", "basecheckoutwizardpage.cpp",
"basecheckoutwizardpage.h", "basecheckoutwizardpage.h",
"basecheckoutwizardpage.ui", "basecheckoutwizardpage.ui",