diff options
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,14 +27,14 @@ public: static Core *getInstance(); /** - * Setup shourtcut tips. For every KAction with a shortcut, + * Setup shourtcut tips. For every TDEAction with a shortcut, * appends the shortcut string, in parenthesis, to the * actions's tooltip. If tooltip already has any text in * parens, it's removed and shortcut is added instead. * * @param client * Pointer to KXMLGUIClient object, which contain an collection - * of actions (KActionCollection). If the parameter is null, + * of actions (TDEActionCollection). If the parameter is null, * function is applied to the all available KXMLGUIClient objects. */ static void setupShourtcutTips(KXMLGUIClient * client = 0); |