summaryrefslogtreecommitdiffstats
path: root/akregator/src/feeditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feeditem.cpp')
-rw-r--r--akregator/src/feeditem.cpp2
1 files changed, 1 insertions, 1 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)