diff options
Diffstat (limited to 'collectionwebradioview.cpp')
-rw-r--r-- | collectionwebradioview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectionwebradioview.cpp b/collectionwebradioview.cpp index 7fa01de..0ec9287 100644 --- a/collectionwebradioview.cpp +++ b/collectionwebradioview.cpp @@ -13,7 +13,7 @@ void CollectionWebradioView::populate(){ model()->setHorizontalHeaderLabels(headers()); QSqlDatabase db = QSqlDatabase::database("beetplayerdb"); QStandardItem *root = model()->invisibleRootItem(); - QIcon wrIcon(":/dog_hood.png"); + QIcon wrIcon(":/dog_hood_light.png"); QSqlQuery wrQ = QSqlQuery("SELECT tdescription, turl FROM webradio ORDER BY tdescription DESC", db); while(wrQ.next()){ QStandardItem *curWr = new QStandardItem; |