diff options
Diffstat (limited to 'khelpcenter/toc.cpp')
-rw-r--r-- | khelpcenter/toc.cpp | 2 |
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()); } |