]> git.sur5r.net Git - minitube/blob - src/playlistwidget.h
Imported Upstream version 1.9
[minitube] / src / playlistwidget.h
1 #ifndef PLAYLISTWIDGET_H
2 #define PLAYLISTWIDGET_H
3
4 #include <QtGui>
5
6 class SegmentedControl;
7
8 class PlaylistWidget : public QWidget {
9
10     Q_OBJECT
11
12 public:
13     PlaylistWidget(QWidget *parent, SegmentedControl *tabBar, QListView *listView);
14
15 };
16
17 #endif // PLAYLISTWIDGET_H