From ba6f7b0232b030b2b3eda4fc126cbc3aba05e5d2 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 18 Dec 2006 20:38:23 +0000 Subject: [PATCH] make it compile svn path=/trunk/playground/utils/dolphin/; revision=614752 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3