From 596a532c6c54271054354dab50da77aac888fceb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 Dec 2012 15:34:27 +0000 Subject: renamed playlist format class git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3075 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlaylistFormats/xspf/xspfplaylistformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/PlaylistFormats/xspf') 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 */ -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; -- cgit v1.2.3-13-gbd6f