1 /***************************************************************************
2 * copyright : (C) 2007 Ian Monroe <ian@monroe.nu> *
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 ***************************************************************************/
9 #ifndef AMAROK_PLAYLISTWIDGET_H
10 #define AMAROK_PLAYLISTWIDGET_H
12 #include <QStackedWidget>
17 class Widget
: public QWidget
21 Widget( QWidget
* parent
);
27 QStackedWidget
*m_stackedWidget
;