From 0baca384eac40b3fa48654e7f3b7651a3a844971 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:46 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kiosktool/kioskgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiosktool/kioskgui.cpp') diff --git a/kiosktool/kioskgui.cpp b/kiosktool/kioskgui.cpp index 5233d7a..404ce0d 100644 --- a/kiosktool/kioskgui.cpp +++ b/kiosktool/kioskgui.cpp @@ -235,7 +235,7 @@ void KioskGui::slotDeleteProfile(TQListViewItem *item) int result = KMessageBox::warningContinueCancel(this, i18n("You are about to delete the profile %1.

" "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)) -- cgit v1.2.3