diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:40 -0500 |
commit | 66d901de119517f6d2f2772647e4d60564794ecb (patch) | |
tree | 943687ba9b743a00f098205c2c29ae6a58b6d49e /knewsticker | |
parent | c43e5608f94635f3033708cbe97a864634b34bc5 (diff) | |
download | tdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.tar.gz tdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.zip |
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/knewsticker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp index cca820eb..b98e9263 100644 --- a/knewsticker/knewsticker.cpp +++ b/knewsticker/knewsticker.cpp @@ -418,7 +418,7 @@ void KNewsTickerMenu::populateMenu() * themeing functionality? */ const TQPixmap lookIcon = SmallIcon(TQString::fromLatin1("viewmag")); - const TQPixmap newArticleIcon = SmallIcon(TQString::fromLatin1("info")); + const TQPixmap newArticleIcon = SmallIcon(TQString::fromLatin1("application-vnd.tde.info")); const TQPixmap oldArticleIcon = SmallIcon(TQString::fromLatin1("mime_empty")); const TQPixmap noArticlesIcon = SmallIcon(TQString::fromLatin1("remove")); |