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