Make plasma libs build.
[amarok.git] / src / context / Theme.h
blobff6d32489b36640f14207f0c9a3e30e5b40c1588
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_THEME_H
15 #define AMAROK_THEME_H
17 #include "plasma/theme.h"
19 namespace Context
21 typedef Plasma::Theme Theme;
23 } // context namespace
25 #endif