summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/actorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/actorwidget.h')
-rw-r--r--umbrello/umbrello/actorwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/actorwidget.h b/umbrello/umbrello/actorwidget.h
index 7555bf77..6b62bc98 100644
--- a/umbrello/umbrello/actorwidget.h
+++ b/umbrello/umbrello/actorwidget.h
@@ -46,7 +46,7 @@ public:
/**
* Constructs an ActorWidget.
*
- * @param view The tqparent of this ActorWidget.
+ * @param view The parent of this ActorWidget.
* @param o The Actor class this ActorWidget will display.
*/
ActorWidget(UMLView * view, UMLActor *o);
@@ -64,7 +64,7 @@ public:
/**
* Saves the widget to the "actorwidget" XMI element.
- * Note: For loading from XMI, the inherited tqparent method is used.
+ * Note: For loading from XMI, the inherited parent method is used.
*/
void saveToXMI( TQDomDocument & qDoc, TQDomElement & qElement );