summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/petaltree2uml.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:11:30 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:11:30 -0500
commit2b144e9d62d7aef14c0b3c4739778e0738bc0e02 (patch)
tree5636bde2137fb6a62a86caa856ba980de3eb5c17 /umbrello/umbrello/petaltree2uml.cpp
parent4e430ec67f2db021644d339475d5095f8ac996c0 (diff)
downloadtdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.tar.gz
tdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'umbrello/umbrello/petaltree2uml.cpp')
-rw-r--r--umbrello/umbrello/petaltree2uml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/petaltree2uml.cpp b/umbrello/umbrello/petaltree2uml.cpp
index 8d56a3ec..c8cccdc2 100644
--- a/umbrello/umbrello/petaltree2uml.cpp
+++ b/umbrello/umbrello/petaltree2uml.cpp
@@ -309,7 +309,7 @@ protected:
*
* @param node Pointer to the PetalNode which may contain a controlled unit
* @param name Name of the current node
- * @param id TQUID of the current node
+ * @param id QUID of the current node
* @param parentPkg Pointer to the current parent UMLPackage.
* @return True if the node actually contained a controlled unit.
*/