summaryrefslogtreecommitdiffstats
path: root/lib/kross/api/qtobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/api/qtobject.h')
-rw-r--r--lib/kross/api/qtobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/qtobject.h b/lib/kross/api/qtobject.h
index 22829f02..25e0f153 100644
--- a/lib/kross/api/qtobject.h
+++ b/lib/kross/api/qtobject.h
@@ -39,7 +39,7 @@ namespace Kross { namespace Api {
/**
* Class to wrap \a TQObject or inherited instances.
*
- * This class publishs all SIGNAL's, SLOT's and TQ_PROPERTY's
+ * This class publishs all TQ_SIGNAL's, TQ_SLOT's and TQ_PROPERTY's
* the TQObject has.
*/
class QtObject : public Kross::Api::Class<QtObject>