summaryrefslogtreecommitdiffstats
path: root/khelpcenter/toc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/toc.cpp')
-rw-r--r--khelpcenter/toc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/toc.cpp b/khelpcenter/toc.cpp
index 19bcb01c0..abd8019fe 100644
--- a/khelpcenter/toc.cpp
+++ b/khelpcenter/toc.cpp
@@ -255,7 +255,7 @@ TOCSectionItem::TOCSectionItem( TOC *toc, TOCChapterItem *parent, TQListViewItem
: TOCItem( toc, parent, after, title ),
m_name( name )
{
- setPixmap( 0, SmallIcon( "document" ) );
+ setPixmap( 0, SmallIcon( "text-x-generic" ) );
entry()->setUrl(url());
}