summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h')
-rw-r--r--umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h
index beba96c2..1dd6b342 100644
--- a/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h
+++ b/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h
@@ -27,6 +27,7 @@
class RubyCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock
{
Q_OBJECT
+ TQ_OBJECT
public:
// Constructors/Destructors
@@ -35,7 +36,7 @@ public:
/**
* Constructor
*/
- RubyCodeClassFieldDeclarationBlock ( CodeClassField * parent );
+ RubyCodeClassFieldDeclarationBlock ( CodeClassField * tqparent );
/**
* Empty Destructor
@@ -44,7 +45,7 @@ public:
protected:
- // this will be called by syncToParent whenever the parent object is "modified"
+ // this will be called by syncToParent whenever the tqparent object is "modified"
void updateContent ( );
private: