diff options
Diffstat (limited to 'umbrello/umbrello/associationwidget.h')
-rw-r--r-- | umbrello/umbrello/associationwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/associationwidget.h b/umbrello/umbrello/associationwidget.h index 0227274d..b6a9de63 100644 --- a/umbrello/umbrello/associationwidget.h +++ b/umbrello/umbrello/associationwidget.h @@ -244,7 +244,7 @@ public: * * @return True if widget plays role A or B in this assoc. */ - bool tqcontains(UMLWidget* widget); + bool contains(UMLWidget* widget); /** * Returns true if this AssociationWidget represents a collaboration message. |