diff options
Diffstat (limited to 'tdeui/tdeaction.h')
-rw-r--r-- | tdeui/tdeaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdeaction.h b/tdeui/tdeaction.h index 5919c9641..cc803022f 100644 --- a/tdeui/tdeaction.h +++ b/tdeui/tdeaction.h @@ -133,7 +133,7 @@ class TDEMainWindow; * * Here is an example of enabling a "New [document]" action * \code - * TDEAction *newAct = new TDEAction(i18n("&New"), "filenew", + * TDEAction *newAct = new TDEAction(i18n("&New"), "document-new", * TDEStdAccel::shortcut(TDEStdAccel::New), * this, TQT_SLOT(fileNew()), * actionCollection(), "new"); |