IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactory

Change-Id: I92977422bf8088b53e920370737907d60cf8708b
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-05-26 16:58:50 +02:00
parent 857ebee2d5
commit 9356432305
52 changed files with 95 additions and 95 deletions

View File

@@ -30,11 +30,11 @@
#ifndef PYTHONFILEWIZARD_H
#define PYTHONFILEWIZARD_H
#include <coreplugin/basefilewizard.h>
#include <coreplugin/basefilewizardfactory.h>
namespace PythonEditor {
class FileWizard : public Core::BaseFileWizard
class FileWizard : public Core::BaseFileWizardFactory
{
Q_OBJECT