summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/xmlelementcodeblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/xmlelementcodeblock.h')
-rw-r--r--umbrello/umbrello/codegenerators/xmlelementcodeblock.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/umbrello/umbrello/codegenerators/xmlelementcodeblock.h b/umbrello/umbrello/codegenerators/xmlelementcodeblock.h
index 334cac17..21427df0 100644
--- a/umbrello/umbrello/codegenerators/xmlelementcodeblock.h
+++ b/umbrello/umbrello/codegenerators/xmlelementcodeblock.h
@@ -28,6 +28,7 @@ class UMLAttribute;
class XMLElementCodeBlock : public HierarchicalCodeBlock
{
Q_OBJECT
+ TQ_OBJECT
public:
// Constructors/Destructors
@@ -36,7 +37,7 @@ public:
/**
* Empty Constructor
*/
- XMLElementCodeBlock ( CodeDocument * parentDoc, const TQString & nodeName, const TQString & comment = "");
+ XMLElementCodeBlock ( CodeDocument * tqparentDoc, const TQString & nodeName, const TQString & comment = "");
/**
* Empty Destructor
@@ -81,7 +82,7 @@ private:
UMLAttributeList m_attList;
TQString m_nodeName;
- void init (CodeDocument * parent, const TQString &nodeName, const TQString &comment);
+ void init (CodeDocument * tqparent, const TQString &nodeName, const TQString &comment);
};