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