summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index 98ef4b3f7b..be333df7cb 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -23,8 +23,8 @@ class WCoverArt : public QWidget, public WBaseWidget {
void setup(QDomNode node, const SkinContext& context);
public slots:
- void slotResetWidget();
- void slotEnableWidget(bool);
+ void slotReset();
+ void slotEnable(bool);
void slotLoadCoverArt(CoverInfo info, bool cachedOnly);
private slots:
@@ -42,7 +42,7 @@ class WCoverArt : public QWidget, public WBaseWidget {
private:
QPixmap scaledCoverArt(QPixmap normal);
- bool m_bEnableWidget;
+ bool m_bEnable;
WCoverArtMenu* m_pMenu;
QPixmap m_loadedCover;
QPixmap m_loadedCoverScaled;