changed class name

This commit is contained in:
Andreas Preikschat 2010-12-08 18:19:51 +01:00
parent 12e7c96463
commit b044226332
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ import os.path
from PyQt4 import QtCore, QtGui
from bibleimportwizard import Ui_bibleImportWizard
from bibleimportwizard import uiBibleImportWizard
from openlp.core.lib import Receiver, SettingsManager, translate
from openlp.core.lib.db import delete_database
from openlp.core.utils import AppLocation
@ -54,7 +54,7 @@ class WebDownload(object):
return cls.Names[name]
class BibleImportForm(QtGui.QWizard, Ui_bibleImportWizard):
class BibleImportForm(QtGui.QWizard, uiBibleImportWizard):
"""
This is the Bible Import Wizard, which allows easy importing of Bibles
into OpenLP from other formats like OSIS, CSV and OpenSong.

View File

@ -28,7 +28,7 @@ from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon, translate
class Ui_bibleImportWizard(object):
class uiBibleImportWizard(object):
def setupUi(self, bibleImportWizard):
bibleImportWizard.setObjectName(u'bibleImportWizard')
bibleImportWizard.resize(550, 386)