summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/ownedhierarchicalcodeblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/ownedhierarchicalcodeblock.h')
-rw-r--r--umbrello/umbrello/ownedhierarchicalcodeblock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/ownedhierarchicalcodeblock.h b/umbrello/umbrello/ownedhierarchicalcodeblock.h
index 0999b02f..6cbdb983 100644
--- a/umbrello/umbrello/ownedhierarchicalcodeblock.h
+++ b/umbrello/umbrello/ownedhierarchicalcodeblock.h
@@ -39,7 +39,7 @@ public:
/** constructor with TQString so we can create & populate it in
* one step.
*/
- OwnedHierarchicalCodeBlock ( UMLObject * tqparent, CodeDocument * parentDoc, const TQString &start="", const TQString &end="", const TQString &comment="" );
+ OwnedHierarchicalCodeBlock ( UMLObject * parent, CodeDocument * parentDoc, const TQString &start="", const TQString &end="", const TQString &comment="" );
/**
* Empty Destructor
@@ -49,7 +49,7 @@ public:
// Public attributes
//
- // Return the tqparent code document
+ // Return the parent code document
CodeDocument * getParentDocument();
// these next 2 methods should be supplied by inheriting classes