summaryrefslogtreecommitdiffstats
path: root/akregator
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commit8bd51635d7c39bee8703a5f83bceee117f0f00c8 (patch)
treebec74335497a5cdf83b63b7e649c04ac3474e340 /akregator
parentc1af5c98d368b094d8f79c20ce64817f6518706b (diff)
downloadtdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.tar.gz
tdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.zip
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
Diffstat (limited to 'akregator')
-rw-r--r--akregator/src/feeditem.cpp2
-rw-r--r--akregator/src/pageviewer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/feeditem.cpp b/akregator/src/feeditem.cpp
index b2bb86bb..9bbf5c48 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 eeeb4062..14e702aa 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;
}