diff options
Diffstat (limited to 'umbrello/umbrello/codegenobjectwithtextblocks.h')
| -rw-r--r-- | umbrello/umbrello/codegenobjectwithtextblocks.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/umbrello/umbrello/codegenobjectwithtextblocks.h b/umbrello/umbrello/codegenobjectwithtextblocks.h index 0e522e83..b8f50454 100644 --- a/umbrello/umbrello/codegenobjectwithtextblocks.h +++ b/umbrello/umbrello/codegenobjectwithtextblocks.h @@ -45,7 +45,7 @@ public:      /**       * Constructor       */ -    CodeGenObjectWithTextBlocks ( CodeDocument *tqparent ); +    CodeGenObjectWithTextBlocks ( CodeDocument *parent );      /**       * Empty Destructor @@ -140,9 +140,9 @@ public:      virtual CodeBlockWithComments * newCodeBlockWithComments() = 0;      virtual HierarchicalCodeBlock * newHierarchicalCodeBlock() = 0; -    /** Find the direct tqparent for a given textblock. This +    /** Find the direct parent for a given textblock. This       * may be any object which holds text blocks, e.g. a CodeGenObjectWithTextBlocks. -     * @return tqparent object. Could return null if the textblock is missing from the +     * @return parent object. Could return null if the textblock is missing from the       * branch of the document tree being examined.       */      CodeGenObjectWithTextBlocks * findParentObjectForTaggedTextBlock (const TQString & tag); | 
