1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

make it compile

svn path=/trunk/playground/utils/dolphin/; revision=614752
This commit is contained in:
Holger Freyther 2006-12-18 20:38:23 +00:00
parent 548169f004
commit ba6f7b0232

View File

@ -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);