Move HistoryComboBox to openlp.core.common

This commit is contained in:
Raoul Snyman 2014-03-11 20:58:49 +02:00
parent 6747dec2b5
commit b35de747ab
4 changed files with 3 additions and 3 deletions

View File

@ -134,4 +134,4 @@ from .registrymixin import RegistryMixin
from .uistrings import UiStrings
from .settings import Settings
from .applocation import AppLocation
from .historycombobox import HistoryComboBox

View File

@ -331,4 +331,3 @@ from .dockwidget import OpenLPDockWidget
from .imagemanager import ImageManager
from .renderer import Renderer
from .mediamanageritem import MediaManagerItem
from .historycombobox import HistoryComboBox

View File

@ -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