summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeaccessormethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeaccessormethod.h')
-rw-r--r--umbrello/umbrello/codeaccessormethod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/codeaccessormethod.h b/umbrello/umbrello/codeaccessormethod.h
index b144c068..14289e74 100644
--- a/umbrello/umbrello/codeaccessormethod.h
+++ b/umbrello/umbrello/codeaccessormethod.h
@@ -70,7 +70,7 @@ public:
*/
// virtual UMLObject * getParentObject();
- bool tqparentIsAttribute();
+ bool parentIsAttribute();
/**
* Save the XMI representation of this object
@@ -112,7 +112,7 @@ private:
CodeClassField * m_parentclassfield;
AccessorType m_accessorType;
- void initFields(CodeClassField * tqparentCF );
+ void initFields(CodeClassField * parentCF );
};