diff options
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ Core implementation. class Core : public KDevCore { Q_OBJECT + TQ_OBJECT public: @@ -27,7 +28,7 @@ public: /** * Setup shourtcut tips. For every KAction with a shortcut, - * appends the shortcut string, in parenthesis, to the + * appends the shortcut string, in tqparenthesis, to the * actions's tooltip. If tooltip already has any text in * parens, it's removed and shortcut is added instead. * |