Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/4/head
Timothy Pearson 10 years ago
parent dc7f1ae1a0
commit 1693912a5b

@ -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()));

Loading…
Cancel
Save