aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-16 15:34:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-16 15:34:27 +0000
commit596a532c6c54271054354dab50da77aac888fceb (patch)
tree1d41e1401184116c207319c6a63c048623b830b2 /src/qmmpui/playlistmodel.h
parentc1a4fb079ab772798cb068003da414ba1100f687 (diff)
downloadqmmp-596a532c6c54271054354dab50da77aac888fceb.tar.gz
qmmp-596a532c6c54271054354dab50da77aac888fceb.tar.bz2
qmmp-596a532c6c54271054354dab50da77aac888fceb.zip
renamed playlist format class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3075 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 4a6a9a3f2..18d751894 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -32,7 +32,7 @@
class FileLoader;
class PlayListItem;
class PlayState;
-class PlaylistFormat;
+class PlayListFormat;
class PlayListModel;
/*! @brief Helper class that keeps track of a view's selected items.