forked from openlp/openlp
Started moving core forms to openlp.core.ui
bzr-revno: 121
This commit is contained in:
parent
6f45312af0
commit
8aa84becc8
@ -23,7 +23,7 @@ import sys
|
|||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
|
|
||||||
from openlp.resources import *
|
from openlp.resources import *
|
||||||
from openlp.ui.forms import MainWindow, SplashScreen
|
from openlp.core.ui import MainWindow, SplashScreen
|
||||||
|
|
||||||
class OpenLP(QtGui.QApplication):
|
class OpenLP(QtGui.QApplication):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user