IWizardFactory: Rename StandardFileWizard to StandardFileWizardFactory

Change-Id: I6594b79c025285c28542a39742fd80afecf80b73
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-05-26 17:00:53 +02:00
parent 9356432305
commit e7689ce967
7 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
namespace QmlJSEditor {
class QmlFileWizard: public Core::StandardFileWizard
class QmlFileWizard: public Core::StandardFileWizardFactory
{
Q_OBJECT