summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/associationwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/associationwidget.cpp')
-rw-r--r--umbrello/umbrello/associationwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/associationwidget.cpp b/umbrello/umbrello/associationwidget.cpp
index 81a1bb57..6ded541d 100644
--- a/umbrello/umbrello/associationwidget.cpp
+++ b/umbrello/umbrello/associationwidget.cpp
@@ -797,7 +797,7 @@ void AssociationWidget::setUMLAssociation (UMLAssociation * assoc)
// BTW, IMHO the concept of a widget being the parent of a UML object
// is fundamentally flawed. Widgets are pure presentation - they can
// come and go at a whim. If at all, the widgets could be considered
- // children of the corresponding UML object.
+ // tqchildren of the corresponding UML object.
//
// ANSWER: This is the wrong treatment of cut and paste. Associations that
// are being cut/n pasted should be serialized to XMI, then reconstituted
@@ -2101,7 +2101,7 @@ void AssociationWidget::createAssocClassLine() {
computeAssocClassLine();
TQPen pen(getLineColor(), getLineWidth(), TQt::DashLine);
m_pAssocClassLine->setPen(pen);
- m_pAssocClassLine->setVisible(true);
+ m_pAssocClassLine->tqsetVisible(true);
}
void AssociationWidget::createAssocClassLine(ClassifierWidget* classifier,