summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/entity.h')
-rw-r--r--umbrello/umbrello/entity.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/entity.h b/umbrello/umbrello/entity.h
index 7a4a2ce9..a207fbd3 100644
--- a/umbrello/umbrello/entity.h
+++ b/umbrello/umbrello/entity.h
@@ -35,7 +35,7 @@ public:
* @param name The name of the Entity.
* @param id The unique id of the Entity.
*/
- explicit UMLEntity(const QString& name = "", Uml::IDType id = Uml::id_None);
+ explicit UMLEntity(const TQString& name = "", Uml::IDType id = Uml::id_None);
/**
* Standard deconstructor.
@@ -66,7 +66,7 @@ public:
* @param type An optional type, used by when creating through UMLListView
* @return The UMLEntityAttribute created
*/
- UMLAttribute* createAttribute(const QString &name = QString::null,
+ UMLAttribute* createAttribute(const TQString &name = TQString::null,
UMLObject *type = 0);
/**
@@ -77,7 +77,7 @@ public:
* If omitted a new ID is assigned internally.
* @return Pointer to the UMLEntityAttribute created.
*/
- UMLObject* addEntityAttribute(const QString &name, Uml::IDType id = Uml::id_None);
+ UMLObject* addEntityAttribute(const TQString &name, Uml::IDType id = Uml::id_None);
/**
* Adds an already created entityAttribute.
@@ -131,7 +131,7 @@ public:
/**
* Creates the <UML:Entity> element including its entityliterals.
*/
- virtual void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
+ virtual void saveToXMI(TQDomDocument& qDoc, TQDomElement& qElement);
signals:
void entityAttributeAdded(UMLClassifierListItem*);
@@ -141,7 +141,7 @@ protected:
/**
* Loads the <UML:Entity> element including its entityAttributes.
*/
- bool load(QDomElement& element);
+ bool load(TQDomElement& element);
private:
/**