summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.h b/src/core.h
index b30549ca..c041eac0 100644
--- a/src/core.h
+++ b/src/core.h
@@ -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);