From 1693912a5bba24347a92d3de33cc30629df97750 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:44 -0500 Subject: [PATCH] Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kerry/src/searchdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerry/src/searchdlg.cpp b/kerry/src/searchdlg.cpp index e77e993..bb5d9c5 100644 --- a/kerry/src/searchdlg.cpp +++ b/kerry/src/searchdlg.cpp @@ -553,7 +553,7 @@ void SearchDlg::insertResult(BeagleSearch::beagle_result_struct *result,int inde connect(item->icon, TQT_SIGNAL(leftClickedURL()), TQT_SLOT(slotOpen())); KURLLabel *buttonGo = new KerryLabel(item); - buttonGo->setPixmap(SmallIcon( *(result->mime_type)=="application/x-desktop" ? "exec" : "fileopen") ); + buttonGo->setPixmap(SmallIcon( *(result->mime_type)=="application/x-desktop" ? "exec" : "document-open") ); buttonGo->setURL(*(result->uri)); item->insertHitWidget(0,buttonGo); connect(buttonGo, TQT_SIGNAL(leftClickedURL()), TQT_SLOT(slotOpen()));