summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h')
-rw-r--r--umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h
index 00b6135f..46183b70 100644
--- a/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h
+++ b/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h
@@ -32,7 +32,7 @@ public:
/**
* Constructor
*/
- CPPSourceCodeClassFieldDeclarationBlock ( CodeClassField * tqparent );
+ CPPSourceCodeClassFieldDeclarationBlock ( CodeClassField * parent );
/**
* Empty Destructor
@@ -41,7 +41,7 @@ public:
protected:
- // this will be called by syncToParent whenever the tqparent object is "modified"
+ // this will be called by syncToParent whenever the parent object is "modified"
void updateContent ( );
private: