summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeoperation.cpp')
-rw-r--r--umbrello/umbrello/codeoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codeoperation.cpp b/umbrello/umbrello/codeoperation.cpp
index 13f5121b..da403739 100644
--- a/umbrello/umbrello/codeoperation.cpp
+++ b/umbrello/umbrello/codeoperation.cpp
@@ -163,7 +163,7 @@ void CodeOperation::init (UMLOperation * parentOp)
setTag(CodeOperation::findTag(parentOp));
// not needed.. done by parent "ownedcodeblock" class
- // connect(parentOp,TQT_SIGNAL(modified()),this,TQT_SLOT(syncToParent()));
+ // connect(parentOp,TQ_SIGNAL(modified()),this,TQ_SLOT(syncToParent()));
}