summaryrefslogtreecommitdiffstats
path: root/digikam/libs/dialogs/deletedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/dialogs/deletedialog.cpp')
-rw-r--r--digikam/libs/dialogs/deletedialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/digikam/libs/dialogs/deletedialog.cpp b/digikam/libs/dialogs/deletedialog.cpp
index 4801672..dde5e84 100644
--- a/digikam/libs/dialogs/deletedialog.cpp
+++ b/digikam/libs/dialogs/deletedialog.cpp
@@ -115,13 +115,13 @@ void DeleteWidget::updateText()
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 Trash.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("trashcan_full",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
ddNumFiles->setText(i18n("<b>1</b> file selected.", "<b>%n</b> files selected.", ddFileList->count()));
break;
@@ -135,13 +135,13 @@ void DeleteWidget::updateText()
ddDeleteText->setText(i18n("<qt>These albums 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 albums will be moved to Trash.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("trashcan_full",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
ddNumFiles->setText(i18n("<b>1</b> album selected.", "<b>%n</b> albums selected.", ddFileList->count()));
break;
@@ -158,7 +158,7 @@ void DeleteWidget::updateText()
"are included in this list and will "
"be deleted permanently as well.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("messagebox_warning",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
else
{
@@ -167,7 +167,7 @@ void DeleteWidget::updateText()
"are included in this list and will "
"be moved to Trash as well.</qt>"));
ddWarningIcon->setPixmap(TDEGlobal::iconLoader()->loadIcon("trashcan_full",
- KIcon::Desktop, KIcon::SizeLarge));
+ TDEIcon::Desktop, TDEIcon::SizeLarge));
}
ddNumFiles->setText(i18n("<b>1</b> album selected.", "<b>%n</b> albums selected.", ddFileList->count()));
break;