From d184b2acecd3a7437ca78a163411d50f6935e55f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 3 Jul 2011 09:41:52 +0000 Subject: renamed GeneralHandler git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2260 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/qmmpstarter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/qmmpstarter.cpp') diff --git a/src/app/qmmpstarter.cpp b/src/app/qmmpstarter.cpp index e30036ee4..f62ec79be 100644 --- a/src/app/qmmpstarter.cpp +++ b/src/app/qmmpstarter.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include "qmmpstarter.h" #include "builtincommandlineoption.h" @@ -139,7 +139,7 @@ void QMMPStarter::startPlayer() //additional featuries new PlaylistParser(this); - new GeneralHandler(this); + new UiHelper(this); //interface UiFactory *factory = UiLoader::currentUiFactory(); -- cgit v1.2.3-13-gbd6f