From 4ae0c208b66e0f7954e194384464fe2d0a2c56dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:51:49 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1157652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- umbrello/umbrello/codeoperation.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'umbrello/umbrello/codeoperation.h') diff --git a/umbrello/umbrello/codeoperation.h b/umbrello/umbrello/codeoperation.h index abe97e75..7ac63dd3 100644 --- a/umbrello/umbrello/codeoperation.h +++ b/umbrello/umbrello/codeoperation.h @@ -17,7 +17,7 @@ #ifndef CODEOPERATION_H #define CODEOPERATION_H -#include +#include #include "codemethodblock.h" #include "operation.h" @@ -36,7 +36,7 @@ public: * Constructors */ CodeOperation ( ClassifierCodeDocument * doc , UMLOperation * parent, - const QString & body = "", const QString & comment = ""); + const TQString & body = "", const TQString & comment = ""); /** * Empty Destructor @@ -51,16 +51,16 @@ public: /** * Save the XMI representation of this object */ - virtual void saveToXMI ( QDomDocument & doc, QDomElement & root ); + virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root ); /** * load params from the appropriate XMI element node. */ - virtual void loadFromXMI ( QDomElement & root ); + virtual void loadFromXMI ( TQDomElement & root ); /** Find the value of the tag that this operation would have. */ - static QString findTag (UMLOperation * op) ; + static TQString findTag (UMLOperation * op) ; /** set the class attributes from a passed object */ @@ -69,17 +69,17 @@ public: protected: // list of parameters used by this code operation. - // QPtrList m_parameterVector; + // TQPtrList m_parameterVector; /** set attributes of the node that represents this class * in the XMI document. */ - virtual void setAttributesOnNode ( QDomDocument & doc, QDomElement & blockElement); + virtual void setAttributesOnNode ( TQDomDocument & doc, TQDomElement & blockElement); /** set the class attributes of this object from * the passed element node. */ - virtual void setAttributesFromNode ( QDomElement & element); + virtual void setAttributesFromNode ( TQDomElement & element); virtual void updateMethodDeclaration() = 0; virtual void updateContent(); -- cgit v1.2.3