Make plasma libs build.
[amarok.git] / src / context / DataSource.h
blobccad2357da923d11d0e17be122785aa969c1cd67
1 /***************************************************************************
2 * copyright : (C) 2007 Leo Franchi <lfranchi@gmail.com> *
3 **************************************************************************/
5 /***************************************************************************
6 * *
7 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation; either version 2 of the License, or *
10 * (at your option) any later version. *
11 * *
12 ***************************************************************************/
14 #ifndef AMAROK_DATA_SOURCE_H
15 #define AMAROK_DATA_SOURCE_H
17 #include <plasma/datasource.h>
19 namespace Context
21 typedef Plasma::DataSource DataSource;
24 } // context namespace
26 #endif