From bab4f22f92cb4960c7a7c17845813de2082ffdc9 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 --- tdeui/kstdaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kstdaction.h') diff --git a/tdeui/kstdaction.h b/tdeui/kstdaction.h index 31b80618c..db1199757 100644 --- a/tdeui/kstdaction.h +++ b/tdeui/kstdaction.h @@ -50,7 +50,7 @@ class TDEToggleFullScreenAction; * for regular actions. For example, if you previously had: * * \code - * TDEAction *newAct = new TDEAction(i18n("&New"), TQIconSet(BarIcon("filenew")), + * TDEAction *newAct = new TDEAction(i18n("&New"), TQIconSet(BarIcon("document-new")), * TDEStdAccel::shortcut(TDEStdAccel::New), this, * TQT_SLOT(fileNew()), actionCollection()); * \endcode -- cgit v1.2.1