summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codemethodblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codemethodblock.h')
-rw-r--r--umbrello/umbrello/codemethodblock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/codemethodblock.h b/umbrello/umbrello/codemethodblock.h
index 1e7f7ea0..62651750 100644
--- a/umbrello/umbrello/codemethodblock.h
+++ b/umbrello/umbrello/codemethodblock.h
@@ -71,7 +71,7 @@ public:
*/
TQString getEndMethodText () const;
- // get the tqparent code document
+ // get the parent code document
CodeDocument * getParentDocument();
protected:
@@ -93,13 +93,13 @@ protected:
*/
void setEndMethodText (const TQString &value);
- /** this is the method called from within syncTotqparent().
+ /** this is the method called from within syncToparent().
* to update the start and end Method text. It is called
* whether or not the method is Auto or User generated.
*/
virtual void updateMethodDeclaration ( ) = 0;
- /** this is the method called from within syncTotqparent().
+ /** this is the method called from within syncToparent().
* to update the *body* of the method
* It is only called if the method is Auto-generated.
*/