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