X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplaylistwidget.h;h=37208a0e92c51819c32d5e390d4a640f1e84ffc7;hb=3c8c537559e6bef5f019196b0989e95863ddd3ee;hp=71cb6874b4748257a5436a8a1195dddb349234ad;hpb=57c25e20a8f10a98a18dbc2b64ce55cf87d4fd7c;p=minitube diff --git a/src/playlistwidget.h b/src/playlistwidget.h index 71cb687..37208a0 100644 --- a/src/playlistwidget.h +++ b/src/playlistwidget.h @@ -2,12 +2,12 @@ #define PLAYLISTWIDGET_H #include -#include "thlibrary/thblackbar.h" +#include "segmentedcontrol.h" class PlaylistWidget : public QWidget { public: - PlaylistWidget(QWidget *parent, THBlackBar *tabBar, QListView *listView); + PlaylistWidget(QWidget *parent, SegmentedControl *tabBar, QListView *listView); }; #endif // PLAYLISTWIDGET_H