summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h')
-rw-r--r--umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h
index d7f3c2f5..869954cf 100644
--- a/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h
+++ b/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h
@@ -32,7 +32,7 @@ public:
/**
* Constructor
*/
- JavaCodeClassFieldDeclarationBlock ( CodeClassField * tqparent );
+ JavaCodeClassFieldDeclarationBlock ( 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: