Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent c52352d337
commit 0baca384ea

@ -235,7 +235,7 @@ void KioskGui::slotDeleteProfile(TQListViewItem *item)
int result = KMessageBox::warningContinueCancel(this,
i18n("<qt>You are about to delete the profile <b>%1</b>.<p>"
"Are you sure you want to do this?").arg(profile),
TQString(), KGuiItem(i18n("Delete"),"editdelete"));
TQString(), KGuiItem(i18n("Delete"),"edit-delete"));
if (result == KMessageBox::Continue)
{
if (KioskRun::self()->deleteProfile(profile))

Loading…
Cancel
Save