1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* It's not called PlaylistManager anymore ;-)

This commit is contained in:
Christian Muehlhaeuser 2013-04-17 03:30:32 +02:00
parent 5637de99d3
commit 0ce5f5873c

View File

@ -17,8 +17,8 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PLAYLISTMANAGER_H
#define PLAYLISTMANAGER_H
#ifndef VIEWMANAGER_H
#define VIEWMANAGER_H
#include <QObject>
#include <QHash>
@ -215,4 +215,4 @@ private:
static ViewManager* s_instance;
};
#endif // PLAYLISTMANAGER_H
#endif // VIEWMANAGER_H