summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/artifact.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/artifact.h')
-rw-r--r--umbrello/umbrello/artifact.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/artifact.h b/umbrello/umbrello/artifact.h
index 8b76f154..d5087545 100644
--- a/umbrello/umbrello/artifact.h
+++ b/umbrello/umbrello/artifact.h
@@ -46,7 +46,7 @@ public:
* @param Name The name of the Concept.
* @param id The unique id of the Concept.
*/
- explicit UMLArtifact(const QString & Name = "", Uml::IDType id = Uml::id_None);
+ explicit UMLArtifact(const TQString & Name = "", Uml::IDType id = Uml::id_None);
/**
* Standard deconstructor.
@@ -67,7 +67,7 @@ public:
* Creates the UML:Artifact element including its operations,
* attributes and templates
*/
- void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
+ void saveToXMI( TQDomDocument & qDoc, TQDomElement & qElement );
/**
* sets m_drawAsType for which method to draw the artifact as
@@ -84,7 +84,7 @@ protected:
* Loads the UML:Artifact element including its operations,
* attributes and templates
*/
- bool load( QDomElement & element );
+ bool load( TQDomElement & element );
private:
/**