summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/AlbumCover.py')
-rw-r--r--nephilim/plugins/AlbumCover.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index c576c56..ea34b4b 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -181,7 +181,7 @@ class AlbumCover(Plugin):
# sites list
fetchers = self.settings.value('fetchers')
self.fetcherlist = QtWidgets.QListWidget(self)
- self.fetcherlist.setDragDropMode(QtGui.QAbstractItemView.InternalMove)
+ self.fetcherlist.setDragDropMode(QtWidgets.QAbstractItemView.InternalMove)
for site in fetchers:
it = QtWidgets.QListWidgetItem(site)
it.setCheckState(QtCore.Qt.Checked)