From 2ee8ceae1318910e3ce064292ec50be03c0c7e05 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:14 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- klipper/configdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klipper') diff --git a/klipper/configdialog.cpp b/klipper/configdialog.cpp index 2b3620985..8f22070cf 100644 --- a/klipper/configdialog.cpp +++ b/klipper/configdialog.cpp @@ -259,7 +259,7 @@ ActionWidget::ActionWidget( const ActionList *list, ConfigDialog* configWidget, TQListViewItem *after = 0L; // QListView's default inserting really sucks ActionListIterator it( *list ); - const TQPixmap& doc = SmallIcon( "application-vnd.tde.misc" ); + const TQPixmap& doc = SmallIcon( "misc" ); const TQPixmap& exec = SmallIcon( "exec" ); for ( action = it.current(); action; action = ++it ) { @@ -361,7 +361,7 @@ void ActionWidget::slotItemChanged( TQListViewItem *item, const TQPoint&, int co void ActionWidget::slotAddAction() { TQListViewItem *item = new TQListViewItem( listView ); - item->setPixmap( 0, SmallIcon( "application-vnd.tde.misc" )); + item->setPixmap( 0, SmallIcon( "misc" )); item->setText( 0, i18n("Click here to set the regexp")); item->setText( 1, i18n("")); } -- cgit v1.2.3