From 50e3d450c5b66e77578534f80c4e604b36c56c4d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:57 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kooka/kookapref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kooka/kookapref.cpp') diff --git a/kooka/kookapref.cpp b/kooka/kookapref.cpp index d170840d..729f2429 100644 --- a/kooka/kookapref.cpp +++ b/kooka/kookapref.cpp @@ -351,7 +351,7 @@ void KookaPreferences::setupSaveFormatPage( ) { konf->setGroup( OP_FILE_GROUP ); TQFrame *page = addPage( i18n("Image Saving"), i18n("Configure Image Save Assistant" ), - BarIcon("filesave", TDEIcon::SizeMedium ) ); + BarIcon("document-save", TDEIcon::SizeMedium ) ); TQVBoxLayout *top = new TQVBoxLayout( page, 0, spacingHint() ); /* Skip the format asking if a format entry exists */ -- cgit v1.2.1