aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h')
-rw-r--r--src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h b/src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h
index 484bd0d08..2b72c8613 100644
--- a/src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h
+++ b/src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h
@@ -30,10 +30,10 @@
* Class for XSPF playlist format parsing
* @author Vladimir Kuznetsov <vovanec@gmail.com>
*/
-class XSPFPlaylistFormat : public QObject, public PlaylistFormat
+class XSPFPlaylistFormat : public QObject, public PlayListFormat
{
Q_OBJECT
- Q_INTERFACES(PlaylistFormat)
+ Q_INTERFACES(PlayListFormat)
public:
XSPFPlaylistFormat();
virtual QStringList getExtensions()const;