~raoul-snyman/openlp/dont-test-uno-on-macos

« back to all changes in this revision

Viewing changes to openlp/plugins/custom/forms/editcustomslidedialog.py

  • Committer: Raoul Snyman
  • Date: 2017-10-25 21:18:38 UTC
  • mfrom: (2780.1.2 refactorings-3)
  • Revision ID: raoul@snyman.info-20171025211838-be4wutkihlytvkk3
Merge in refactorings-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from openlp.core.common.i18n import UiStrings, translate
26
26
from openlp.core.lib import build_icon
27
27
from openlp.core.lib.ui import create_button, create_button_box
28
 
from openlp.core.ui.lib import SpellTextEdit
 
28
from openlp.core.widgets.edits import SpellTextEdit
29
29
 
30
30
 
31
31
class Ui_CustomSlideEditDialog(object):