diff options
Diffstat (limited to 'umbrello/umbrello/codegenerators/xmlcodecomment.h')
-rw-r--r-- | umbrello/umbrello/codegenerators/xmlcodecomment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/umbrello/umbrello/codegenerators/xmlcodecomment.h b/umbrello/umbrello/codegenerators/xmlcodecomment.h index e3f55ccc..688ade91 100644 --- a/umbrello/umbrello/codegenerators/xmlcodecomment.h +++ b/umbrello/umbrello/codegenerators/xmlcodecomment.h @@ -31,6 +31,7 @@ class CodeDocument; class XMLCodeComment: virtual public CodeComment { Q_OBJECT + TQ_OBJECT public: // Constructors/Destructors @@ -54,7 +55,7 @@ public: // /** - * @return QString + * @return TQString */ TQString toString ( ); |