diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 381af3671..6ebf1232c 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -260,7 +260,7 @@ def main(args=None): if options.portable: log.info(u'Running portable') app.setApplicationName(u'OpenLPPortable') - QtCore.QSettings.setDefaultFormat(QtCore.QSettings.IniFormat) + Settings.setDefaultFormat(Settings.IniFormat) # Get location OpenLPPortable.ini app_path = AppLocation.get_directory(AppLocation.AppDir) portable_settings_file = os.path.abspath(os.path.join(app_path, u'..',