X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fdownloadview.h;h=fdbbb54ba841b689e32ebcb600e19535b31af10e;hb=0a830a458a7471296caca8c011f3256d56c0f9a0;hp=10f558908c48e18497dbd8a60dc8274ed85ab3b7;hpb=7b529d6a918efe39ca6d63201fcdb954a3c881b4;p=minitube 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;