Disable lots of MediaDevicePlugin stuff to get Amarok to build and run. Also disable...
[amarok.git] / src / TheInstances.h
blob03325ba348916eb8dacc83aee43bdd2926beed5d
1 /***************************************************************************
2 * copyright : (C) 2007 Ian Monroe <ian@monroe.nu> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License version 2 *
6 * as published by the Free Software Foundation. *
7 ***************************************************************************/
8 #ifndef AMAROK_THE_INSTANCES
9 #define AMAROK_THE_INSTANCES
11 namespace Playlist {
12 class Model;
13 class GraphicsView;
16 namespace PopupDropperNS {
17 class PopupDropper;
20 class PlaylistManager;
22 namespace QueueManagerNS {
23 class Model;
26 class ServiceInfoProxy;
28 namespace The {
29 Playlist::Model* playlistModel(); //defined in playlist/PlaylistModel.cpp
30 Playlist::GraphicsView* playlistView();
31 PopupDropperNS::PopupDropper* PopupDropper();
32 PlaylistManager* playlistManager();
33 QueueManagerNS::Model* queueModel(); //defined in queuemanager/QueueModel.cpp
34 ServiceInfoProxy * serviceInfoProxy();
37 #endif