From 8bd51635d7c39bee8703a5f83bceee117f0f00c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:30 -0500 Subject: Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown --- akregator/src/feeditem.cpp | 2 +- akregator/src/pageviewer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src') diff --git a/akregator/src/feeditem.cpp b/akregator/src/feeditem.cpp index b2bb86bbc..9bbf5c48d 100644 --- a/akregator/src/feeditem.cpp +++ b/akregator/src/feeditem.cpp @@ -89,7 +89,7 @@ TQPixmap FeedItem::errorPixmap() TQPixmap FeedItem::defaultPixmap() { - return TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small); + return TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); } void FeedItem::initialize(Feed* node) diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index eeeb4062a..14e702aa8 100644 --- a/akregator/src/pageviewer.cpp +++ b/akregator/src/pageviewer.cpp @@ -262,7 +262,7 @@ bool PageViewer::openURL(const KURL& url) if (!favicon.isEmpty()) emit setTabIcon(TQPixmap(TDEGlobal::dirs()->findResource("cache", favicon+".png"))); else - emit setTabIcon(SmallIcon("html")); + emit setTabIcon(SmallIcon("text-html")); return val; } -- cgit v1.2.1