From: Holger Freyther Date: Mon, 18 Dec 2006 20:38:23 +0000 (+0000) Subject: make it compile X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/ba6f7b0232b030b2b3eda4fc126cbc3aba05e5d2 make it compile svn path=/trunk/playground/utils/dolphin/; revision=614752 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index a04ba5521..640e7071c 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -564,7 +564,7 @@ void DolphinMainWindow::deleteItems() const bool del = KMessageBox::warningContinueCancel(this, text, QString::null, - KGuiItem(i18n("Delete"), SmallIcon("editdelete")) + KGuiItem(i18n("Delete"), KIcon("editdelete")) ) == KMessageBox::Continue; if (del) { KIO::Job* job = KIO::del(list);