diff options
| author | Holger Freyther <[email protected]> | 2006-12-18 20:38:23 +0000 |
|---|---|---|
| committer | Holger Freyther <[email protected]> | 2006-12-18 20:38:23 +0000 |
| commit | ba6f7b0232b030b2b3eda4fc126cbc3aba05e5d2 (patch) | |
| tree | ad76d3ff312a8ec23f58ecaae78c8b6daf32d565 | |
| parent | 548169f004ac274050f5858b3594e3bead692a52 (diff) | |
make it compile
svn path=/trunk/playground/utils/dolphin/; revision=614752
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
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); |
