summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/ownedcodeblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/ownedcodeblock.cpp')
-rw-r--r--umbrello/umbrello/ownedcodeblock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/ownedcodeblock.cpp b/umbrello/umbrello/ownedcodeblock.cpp
index f80fd315..d26ac6f1 100644
--- a/umbrello/umbrello/ownedcodeblock.cpp
+++ b/umbrello/umbrello/ownedcodeblock.cpp
@@ -168,7 +168,7 @@ void OwnedCodeBlock::initFields(UMLObject * parent )
// this code block and the parent UMLObject..when the parent
// signals a change has been made, we automatically update
// ourselves
- connect(m_parentObject, TQT_SIGNAL(modified()), this, TQT_SLOT(syncToParent()));
+ connect(m_parentObject, TQ_SIGNAL(modified()), this, TQ_SLOT(syncToParent()));
}
/**