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/app/qmmpstarter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/qmmpstarter.cpp b/src/app/qmmpstarter.cpp index 5c8b73463..6ea21be5a 100644 --- a/src/app/qmmpstarter.cpp +++ b/src/app/qmmpstarter.cpp @@ -165,7 +165,7 @@ void QMMPStarter::startPlayer() m_core = SoundCore::instance(); //additional featuries - new PlaylistParser(this); + new PlayListParser(this); new UiHelper(this); //interface -- cgit v1.2.3-13-gbd6f