diff --git a/kerry/src/kerryapp.cpp b/kerry/src/kerryapp.cpp index f231f8b..eecafc6 100644 --- a/kerry/src/kerryapp.cpp +++ b/kerry/src/kerryapp.cpp @@ -262,7 +262,7 @@ void KerryApplication::checkBeagleBuildIndex() message = i18n(oldMessage.ascii()); if (current_wapidir) - KPassivePopup::message(KPassivePopup::Boxed, i18n("System May Be Slower Than Usual"), message, BarIcon("info"), sysTrayIcon, 0, 10000); + KPassivePopup::message(KPassivePopup::Boxed, i18n("System May Be Slower Than Usual"), message, BarIcon("application-vnd.tde.info"), sysTrayIcon, 0, 10000); } #include "kerryapp.moc" diff --git a/kerry/src/searchdlg.cpp b/kerry/src/searchdlg.cpp index bb5d9c5..11b3075 100644 --- a/kerry/src/searchdlg.cpp +++ b/kerry/src/searchdlg.cpp @@ -860,9 +860,9 @@ void SearchDlg::insertResult(BeagleSearch::beagle_result_struct *result,int inde else if (result->tilegroup == BeagleSearch::Packages) { TQString icon; if (*(result->mime_type)=="application/x-rpm") - icon = "rpm"; + icon = "application-x-rpm"; else if (*(result->mime_type)=="application/x-deb") - icon = "deb"; + icon = "application-x-deb"; else icon = "kuroo"; item->setIcon(icon);