summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/lib/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/lib/manager.h')
-rw-r--r--kexi/plugins/macros/lib/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/lib/manager.h b/kexi/plugins/macros/lib/manager.h
index ae32aad9..733ffb75 100644
--- a/kexi/plugins/macros/lib/manager.h
+++ b/kexi/plugins/macros/lib/manager.h
@@ -64,7 +64,7 @@ namespace KoMacro {
*
* // Finally free the publishedobject instance we created. We
* // need to free it manualy cause PublishedObject doesn't
- * // got a TQObject tqparent as argument.
+ * // got a TQObject parent as argument.
* delete publishedobject;
*
* // Finally free the manager-instance. It's always needed