summaryrefslogtreecommitdiffstats
path: root/juk/deletedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/deletedialog.cpp')
-rw-r--r--juk/deletedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/deletedialog.cpp b/juk/deletedialog.cpp
index 5bb3c4d3..5062624a 100644
--- a/juk/deletedialog.cpp
+++ b/juk/deletedialog.cpp
@@ -56,12 +56,12 @@ void DeleteWidget::slotShouldDelete(bool shouldDelete)
ddDeleteText->setText(i18n("<qt>These items will be <b>permanently "
"deleted</b> from your hard disk.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("messagebox_warning",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
else {
ddDeleteText->setText(i18n("<qt>These items will be moved to the Trash Bin.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("trashcan_full",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
}