Branch: master

1693912a 2014-10-13 15:43:44 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M kerry/src/searchdlg.cpp
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 @@
       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()));