summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/template.h')
-rw-r--r--umbrello/umbrello/template.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/umbrello/umbrello/template.h b/umbrello/umbrello/template.h
index 1109411a..6b471207 100644
--- a/umbrello/umbrello/template.h
+++ b/umbrello/umbrello/template.h
@@ -35,8 +35,8 @@ public:
* @param id The unique id given to this UMLTemplate.
* @param type The type of this UMLTemplate.
*/
- UMLTemplate(const UMLObject *parent, const QString& name,
- Uml::IDType id = Uml::id_None, const QString& type = "class");
+ UMLTemplate(const UMLObject *parent, const TQString& name,
+ Uml::IDType id = Uml::id_None, const TQString& type = "class");
/**
* Sets up a template.
@@ -72,7 +72,7 @@ public:
* @param sig Currently unused.
* @return Returns a string representation of the UMLTemplate.
*/
- QString toString(Uml::Signature_Type sig = Uml::st_NoSig);
+ TQString toString(Uml::Signature_Type sig = Uml::st_NoSig);
/**
* Overrides method from UMLClassifierListItem.
@@ -82,25 +82,25 @@ public:
*
* @return The type name of the UMLClassifierListItem.
*/
- virtual QString getTypeName();
+ virtual TQString getTypeName();
/**
* Display the properties configuration dialog for the template.
*
* @return Success status.
*/
- bool showPropertiesDialog(QWidget* parent);
+ bool showPropertiesDialog(TQWidget* parent);
/**
* Writes the <UML:TemplateParameter> XMI element.
*/
- void saveToXMI(QDomDocument & qDoc, QDomElement & qElement);
+ void saveToXMI(TQDomDocument & qDoc, TQDomElement & qElement);
protected:
/**
* Loads the <UML:TemplateParameter> XMI element.
*/
- bool load(QDomElement & element);
+ bool load(TQDomElement & element);
};