diff --git a/openlp.pyw b/openlp.pyw index 8c4d90723..c4dc3e482 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -23,7 +23,7 @@ import sys from PyQt4 import QtCore, QtGui from openlp.resources import * -from openlp.ui.forms import MainWindow, SplashScreen +from openlp.core.ui import MainWindow, SplashScreen class OpenLP(QtGui.QApplication):