From 14ec52ef51a7ea7207ad429a629273eb83fd16d9 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 --- ksayit/src/docbookclasses.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index 3129dc0..b509b3d 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -448,7 +448,7 @@ TQVariant Author::getValue( unsigned int index ) const KeywordSet::KeywordSet(ListViewInterface *parent, ListViewInterface *after, TQString label) : ListViewInterface(parent, after, label) { - TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small); + TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); this->setPixmap(0, pixmap); this->setText(3, "00000004"); -- cgit v1.2.3