aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobblercache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblercache.h')
-rw-r--r--src/plugins/General/scrobbler/scrobblercache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobblercache.h b/src/plugins/General/scrobbler/scrobblercache.h
index 819d1fa96..1bfc3c502 100644
--- a/src/plugins/General/scrobbler/scrobblercache.h
+++ b/src/plugins/General/scrobbler/scrobblercache.h
@@ -51,10 +51,10 @@ private:
/**
@author Ilya Kotov <forkotov02@ya.ru>
*/
-class ScrobblerCache
+class ListenCache
{
public:
- explicit ScrobblerCache(const QString &filePath);
+ explicit ListenCache(const QString &filePath);
QList<SongInfo> load();
void save(const QList<SongInfo> &songs);