summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/javacodedocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/javacodedocumentation.h')
-rw-r--r--umbrello/umbrello/codegenerators/javacodedocumentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/umbrello/umbrello/codegenerators/javacodedocumentation.h b/umbrello/umbrello/codegenerators/javacodedocumentation.h
index acc386c1..dff2da00 100644
--- a/umbrello/umbrello/codegenerators/javacodedocumentation.h
+++ b/umbrello/umbrello/codegenerators/javacodedocumentation.h
@@ -33,6 +33,7 @@ class JavaClassifierCodeDocument;
class JavaCodeDocumentation : virtual public CodeComment
{
Q_OBJECT
+ TQ_OBJECT
public:
// Constructors/Destructors
@@ -61,7 +62,7 @@ public:
virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root );
/**
- * @return QString
+ * @return TQString
*/
TQString toString ( );