summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverartlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wcoverartlabel.cpp')
-rw-r--r--src/widget/wcoverartlabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/wcoverartlabel.cpp b/src/widget/wcoverartlabel.cpp
index 0758d7aab2..106c29e1a5 100644
--- a/src/widget/wcoverartlabel.cpp
+++ b/src/widget/wcoverartlabel.cpp
@@ -18,8 +18,8 @@ WCoverArtLabel::WCoverArtLabel(QWidget* parent)
setContextMenuPolicy(Qt::CustomContextMenu);
connect(this, SIGNAL(customContextMenuRequested(QPoint)),
this, SLOT(slotCoverMenu(QPoint)));
- connect(m_pCoverMenu, SIGNAL(coverInfoSelected(const CoverInfo&)),
- this, SIGNAL(coverInfoSelected(const CoverInfo&)));
+ connect(m_pCoverMenu, SIGNAL(coverInfoSelected(const CoverInfoRelative&)),
+ this, SIGNAL(coverInfoSelected(const CoverInfoRelative&)));
connect(m_pCoverMenu, SIGNAL(reloadCoverArt()),
this, SIGNAL(reloadCoverArt()));