summaryrefslogtreecommitdiffstats
path: root/akregator/src
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src')
-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 9bbf5c48d..fc85ab971 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(""text-plain", TDEIcon::Small);
+ return TDEGlobal::iconLoader()->loadIcon("text-plain", TDEIcon::Small);
}
void FeedItem::initialize(Feed* node)