diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 09:41:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 09:41:52 +0000 |
| commit | d184b2acecd3a7437ca78a163411d50f6935e55f (patch) | |
| tree | c7d83a08b0f9d13d83ddbfaef4bb44363a16d17f /src/app/qmmpstarter.cpp | |
| parent | 1763b5effcfba6dd51f805c5948c9108f7c97348 (diff) | |
| download | qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.gz qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.bz2 qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.zip | |
renamed GeneralHandler
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2260 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app/qmmpstarter.cpp')
| -rw-r--r-- | src/app/qmmpstarter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <qmmpui/commandlinemanager.h> #include <qmmpui/mediaplayer.h> #include <qmmpui/playlistparser.h> -#include <qmmpui/generalhandler.h> +#include <qmmpui/uihelper.h> #include <qmmpui/uiloader.h> #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(); |
