- Updated RSS icon with one from Oxygen (KDE4 icons)

This commit is contained in:
Christophe Dumez 2007-09-02 12:12:51 +00:00
parent fa9e3bf564
commit 1918969e28
7 changed files with 9 additions and 6 deletions

View file

@ -141,7 +141,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), for
// RSS tab
rssWidget = new RSSImp();
tabs->addTab(rssWidget, tr("RSS"));
tabs->setTabIcon(3, QIcon(QString::fromUtf8(":/Icons/rss.png")));
tabs->setTabIcon(3, QIcon(QString::fromUtf8(":/Icons/rss32.png")));
readSettings();
// Add torrent given on command line
processParams(torrentCmdLine);