Replace QWizard with Utils::Wizard

This commit is contained in:
Jarek Kobus
2010-03-31 14:48:08 +02:00
parent 9408378a24
commit 20c0817a3f
49 changed files with 199 additions and 81 deletions

View File

@@ -32,7 +32,7 @@
#include <QtCore/QSharedPointer>
#include <QtCore/QList>
#include <QtGui/QWizard>
#include <utils/wizard.h>
namespace VCSBase {
class AbstractCheckoutJob;
@@ -44,7 +44,7 @@ class CheckoutProgressWizardPage;
* Overwrites reject() to first kill the checkout
* and then close. */
class CheckoutWizardDialog : public QWizard {
class CheckoutWizardDialog : public Utils::Wizard {
Q_OBJECT
public:
CheckoutWizardDialog(const QList<QWizardPage *> &parameterPages,