changed News Feed icon

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7339 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-05-06 18:10:35 +00:00
parent 25c15d1a32
commit bcb3dee381
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
</size>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/newsfeed128.png</pixmap>
<pixmap resource="images.qrc">:/images/newsfeed/news-feed-32.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>

View File

@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count)
QIcon NewsFeedUserNotify::getMainIcon(bool hasNew)
{
return hasNew ? QIcon(":/images/newsfeed128_notify.png") : QIcon(":/images/newsfeed128.png");
return hasNew ? QIcon(":/images/newsfeed/news-feed-notify-32.png") : QIcon(":/images/newsfeed/news-feed-32.png");
}
unsigned int NewsFeedUserNotify::getNewCount()