X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=src%2Fdownloadview.h;h=fdbbb54ba841b689e32ebcb600e19535b31af10e;hp=10f558908c48e18497dbd8a60dc8274ed85ab3b7;hb=3c8c537559e6bef5f019196b0989e95863ddd3ee;hpb=57c25e20a8f10a98a18dbc2b64ce55cf87d4fd7c diff --git a/src/downloadview.h b/src/downloadview.h index 10f5589..fdbbb54 100644 --- a/src/downloadview.h +++ b/src/downloadview.h @@ -4,7 +4,7 @@ #include #include "View.h" -class THBlackBar; +class SegmentedControl; class DownloadModel; class DownloadListView; class DownloadSettings; @@ -29,7 +29,7 @@ public slots: void buttonPushed(QModelIndex index); private: - THBlackBar *bar; + SegmentedControl *bar; DownloadListView *listView; DownloadModel *listModel; QTimer *updateTimer;