From 66d901de119517f6d2f2772647e4d60564794ecb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:25:40 -0500 Subject: Fix remaining issues from mimetype icon rename --- knewsticker/knewsticker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knewsticker') 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")); -- cgit v1.2.1