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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/umlrole.h b/umbrello/umbrello/umlrole.h
index 63fe42b2..48e18049 100644
--- a/umbrello/umbrello/umlrole.h
+++ b/umbrello/umbrello/umlrole.h
@@ -63,7 +63,7 @@ public:
*
* @return The multiplicity assigned to the role.
*/
- QString getMultiplicity() const;
+ TQString getMultiplicity() const;
/**
* Sets the UMLObject playing the role in the association.
@@ -84,7 +84,7 @@ public:
*
* @param multi The multiplicity of role.
*/
- void setMultiplicity ( const QString &multi );
+ void setMultiplicity ( const TQString &multi );
UMLAssociation * getParentAssociation ();
@@ -105,14 +105,14 @@ public:
/**
* Creates the <UML:AssociationEnd> XMI element.
*/
- void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
+ void saveToXMI(TQDomDocument& qDoc, TQDomElement& qElement);
protected:
/**
* Loads the <UML:AssociationEnd> XMI element.
* Auxiliary to UMLObject::loadFromXMI.
*/
- bool load(QDomElement& element);
+ bool load(TQDomElement& element);
private:
@@ -121,7 +121,7 @@ private:
UMLAssociation * m_pAssoc;
Uml::Role_Type m_role;
- QString m_Multi;
+ TQString m_Multi;
Uml::Changeability_Type m_Changeability;
};