From 46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:29 -0500 Subject: 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 --- khelpcenter/toc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/toc.cpp') 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()); } -- cgit v1.2.3