summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlrole.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlrole.h')
-rw-r--r--umbrello/umbrello/umlrole.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/umlrole.h b/umbrello/umbrello/umlrole.h
index 464e264e..57bacbb1 100644
--- a/umbrello/umbrello/umlrole.h
+++ b/umbrello/umbrello/umlrole.h
@@ -30,11 +30,11 @@ public:
/**
* Sets up an association.
*
- * @param tqparent The tqparent (association) of this UMLRole.
+ * @param parent The parent (association) of this UMLRole.
* @param parentUMLObject The Parent UML Object of this UMLRole
* @param role The Uml::Role_Type of this UMLRole
*/
- UMLRole (UMLAssociation * tqparent, UMLObject * parentUMLObject, Uml::Role_Type role);
+ UMLRole (UMLAssociation * parent, UMLObject * parentUMLObject, Uml::Role_Type role);
/**
* Overloaded '==' operator
@@ -89,7 +89,7 @@ public:
UMLAssociation * getParentAssociation ();
- /** get the 'id' of the role (NOT the tqparent object). This could be
+ /** get the 'id' of the role (NOT the parent object). This could be
* either Uml::A or Uml::B. Yes, it would be better if we
* could get along without this, but we need it to distinguish saved
* umlrole objects in the XMI for 'self' associations where both roles
@@ -118,7 +118,7 @@ protected:
private:
/** do some initialization at construction time */
- void init (UMLAssociation * tqparent, UMLObject * parentObj, Uml::Role_Type r);
+ void init (UMLAssociation * parent, UMLObject * parentObj, Uml::Role_Type r);
UMLAssociation * m_pAssoc;
Uml::Role_Type m_role;