summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/rubycodedocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/rubycodedocumentation.h')
-rw-r--r--umbrello/umbrello/codegenerators/rubycodedocumentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/umbrello/umbrello/codegenerators/rubycodedocumentation.h b/umbrello/umbrello/codegenerators/rubycodedocumentation.h
index 0d210419..a4db50ab 100644
--- a/umbrello/umbrello/codegenerators/rubycodedocumentation.h
+++ b/umbrello/umbrello/codegenerators/rubycodedocumentation.h
@@ -35,6 +35,7 @@ class RubyClassifierCodeDocument;
class RubyCodeDocumentation : virtual public CodeComment
{
Q_OBJECT
+ TQ_OBJECT
public:
// Constructors/Destructors
@@ -63,7 +64,7 @@ public:
virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root );
/**
- * @return QString
+ * @return TQString
*/
TQString toString ( );