┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Freyther <[email protected]>2006-12-18 20:38:23 +0000
committerHolger Freyther <[email protected]>2006-12-18 20:38:23 +0000
commitba6f7b0232b030b2b3eda4fc126cbc3aba05e5d2 (patch)
treead76d3ff312a8ec23f58ecaae78c8b6daf32d565 /src
parent548169f004ac274050f5858b3594e3bead692a52 (diff)
make it compile
svn path=/trunk/playground/utils/dolphin/; revision=614752
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);