summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codecomment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codecomment.cpp')
-rw-r--r--umbrello/umbrello/codecomment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codecomment.cpp b/umbrello/umbrello/codecomment.cpp
index b172c3c2..78873e3d 100644
--- a/umbrello/umbrello/codecomment.cpp
+++ b/umbrello/umbrello/codecomment.cpp
@@ -47,7 +47,7 @@ void CodeComment::saveToXMI ( TQDomDocument & doc, TQDomElement & root ) {
kDebug() << "CodeComment::saveToXMI is called!" << endl;
TQDomElement blockElement = doc.createElement( "codecomment" );
setAttributesOnNode(doc, blockElement); // as we added no additional fields to this class we may
- // just use tqparent TextBlock method
+ // just use parent TextBlock method
root.appendChild( blockElement );
}