forked from openlp/openlp
Move HistoryComboBox to openlp.core.common
This commit is contained in:
parent
6747dec2b5
commit
b35de747ab
@ -134,4 +134,4 @@ from .registrymixin import RegistryMixin
|
||||
from .uistrings import UiStrings
|
||||
from .settings import Settings
|
||||
from .applocation import AppLocation
|
||||
|
||||
from .historycombobox import HistoryComboBox
|
||||
|
@ -331,4 +331,3 @@ from .dockwidget import OpenLPDockWidget
|
||||
from .imagemanager import ImageManager
|
||||
from .renderer import Renderer
|
||||
from .mediamanageritem import MediaManagerItem
|
||||
from .historycombobox import HistoryComboBox
|
||||
|
@ -32,7 +32,8 @@ The :mod:`~openlp.plugins.songs.forms.songselectdialog` module contains the user
|
||||
|
||||
from PyQt4 import QtCore, QtGui
|
||||
|
||||
from openlp.core.lib import HistoryComboBox, translate, build_icon
|
||||
from openlp.core.common import HistoryComboBox
|
||||
from openlp.core.lib import translate, build_icon
|
||||
from openlp.core.ui import SingleColumnTableWidget
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user