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/plugins/General/covermanager/covermanager.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/plugins/General/covermanager/covermanager.cpp') diff --git a/src/plugins/General/covermanager/covermanager.cpp b/src/plugins/General/covermanager/covermanager.cpp index 5b00b6078..528c6c18d 100644 --- a/src/plugins/General/covermanager/covermanager.cpp +++ b/src/plugins/General/covermanager/covermanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2010 by Ilya Kotov * + * Copyright (C) 2009-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,11 +21,10 @@ #include #include #include -#include +#include #include #include #include -#include #include #include #include "coverwidget.h" @@ -35,7 +34,7 @@ CoverManager::CoverManager(QObject *parent) : General(parent) { m_action = new QAction(tr("Show Cover"), this); m_action->setShortcut(tr("Ctrl+M")); - GeneralHandler::instance()->addAction(m_action, GeneralHandler::PLAYLIST_MENU); + UiHelper::instance()->addAction(m_action, UiHelper::PLAYLIST_MENU); connect (m_action, SIGNAL(triggered ()), SLOT(showWindow())); } -- cgit v1.2.3-13-gbd6f