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