diff --git a/cantata.qrc b/cantata.qrc index 3a5c379c0d..540269221d 100644 --- a/cantata.qrc +++ b/cantata.qrc @@ -18,7 +18,7 @@ streams/icons/shoutcast.svg streams/icons/tunein.svg -streams/icons/dirble.svg +streams/icons/station.svg icons/media-optical.svg icons/media-optical32.svg diff --git a/models/streamsearchmodel.cpp b/models/streamsearchmodel.cpp index 247c330eb1..e5dd34dffe 100644 --- a/models/streamsearchmodel.cpp +++ b/models/streamsearchmodel.cpp @@ -45,7 +45,7 @@ StreamSearchModel::StreamSearchModel(QObject *parent) // ORDER *MUST* MATCH Category ENUM!!!!! root->children.append(new StreamsModel::CategoryItem("http://opml.radiotime.com/Search.ashx", tr("TuneIn"), root, MonoIcon::icon(":tunein.svg", Utils::monoIconColor()))); root->children.append(new StreamsModel::CategoryItem(QLatin1String("http://")+StreamsModel::constShoutCastHost+QLatin1String("/legacy/genrelist"), tr("ShoutCast"), root, MonoIcon::icon(":shoutcast.svg", Utils::monoIconColor()))); - root->children.append(new StreamsModel::CategoryItem(QLatin1String("http://")+StreamsModel::constDirbleHost+QLatin1String("/v2/search/"), tr("Dirble"), root, MonoIcon::icon(":dirble.svg", Utils::monoIconColor()))); + root->children.append(new StreamsModel::CategoryItem(QLatin1String("http://")+StreamsModel::constDirbleHost+QLatin1String("/v2/search/"), tr("Dirble"), root, MonoIcon::icon(":station.svg", Utils::monoIconColor()))); icon = MonoIcon::icon(FontAwesome::search, Utils::monoIconColor()); } diff --git a/models/streamsmodel.cpp b/models/streamsmodel.cpp index 15978afa88..3744179c67 100644 --- a/models/streamsmodel.cpp +++ b/models/streamsmodel.cpp @@ -500,7 +500,7 @@ StreamsModel::StreamsModel(QObject *parent) shoutCast=new ShoutCastCategoryItem(constShoutCastUrl, tr("ShoutCast"), root, MonoIcon::icon(":shoutcast.svg", col)); shoutCast->configName="shoutcast"; root->children.append(shoutCast); - dirble=new DirbleCategoryItem(constDirbleUrl, tr("Dirble"), root, MonoIcon::icon(":dirble.svg", col)); + dirble=new DirbleCategoryItem(constDirbleUrl, tr("Dirble"), root, MonoIcon::icon(":station.svg", col)); dirble->configName="dirble"; root->children.append(dirble); favourites=new FavouritesCategoryItem(constFavouritesUrl, tr("Favorites"), root, MonoIcon::icon(FontAwesome::heart, MonoIcon::constRed)); diff --git a/streams/icons/dirble.svg b/streams/icons/dirble.svg deleted file mode 100644 index 3dae70d731..0000000000 --- a/streams/icons/dirble.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/streams/icons/station.svg b/streams/icons/station.svg new file mode 100644 index 0000000000..5eeec4fbd4 --- /dev/null +++ b/streams/icons/station.svg @@ -0,0 +1,3 @@ + + +