summaryrefslogtreecommitdiff
path: root/src/plugins/designer/formwizarddialog.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-27 13:18:05 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-06-06 09:35:05 +0200
commit55f625465d259ed4a85145aabeddfe9b840058f1 (patch)
treeabd3afaabc9a3648eef8a20e015c6b3fe2e9da29 /src/plugins/designer/formwizarddialog.h
parent5b5bea0c142064f88ad65220730e04ebb33623ca (diff)
downloadqt-creator-55f625465d259ed4a85145aabeddfe9b840058f1.tar.gz
Introduce BaseFileWizard
Introduce BaseFileWizard and derive all File Wizards from that. Change BaseFileWizardFactory::create(...) to return a BaseFileWizard. Change-Id: Ic0cb9e9d0390045dab57cd1a75a0f839c1f90216 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/designer/formwizarddialog.h')
-rw-r--r--src/plugins/designer/formwizarddialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/designer/formwizarddialog.h b/src/plugins/designer/formwizarddialog.h
index 3652d5afdf..345b4b204a 100644
--- a/src/plugins/designer/formwizarddialog.h
+++ b/src/plugins/designer/formwizarddialog.h
@@ -30,7 +30,7 @@
#ifndef FORMWIZARDDIALOG_H
#define FORMWIZARDDIALOG_H
-#include <utils/wizard.h>
+#include <coreplugin/basefilewizard.h>
namespace Utils { class FileWizardPage; }
@@ -42,7 +42,7 @@ class FormTemplateWizardPage;
// Single-Page Wizard for new forms offering all types known to Qt Designer.
// To be used for Mode "CreateNewEditor" [not currently used]
-class FormWizardDialog : public Utils::Wizard
+class FormWizardDialog : public Core::BaseFileWizard
{
Q_OBJECT