summaryrefslogtreecommitdiffstats
path: root/tdeui/kstdaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kstdaction.h')
-rw-r--r--tdeui/kstdaction.h2
1 files changed, 1 insertions, 1 deletions
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