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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/associationwidget.cpp b/umbrello/umbrello/associationwidget.cpp
index aa0e1683..c0ef19e5 100644
--- a/umbrello/umbrello/associationwidget.cpp
+++ b/umbrello/umbrello/associationwidget.cpp
@@ -2253,7 +2253,7 @@ void AssociationWidget::mouseReleaseEvent(TQMouseEvent * me) {
}//end method mouseReleaseEvent
bool AssociationWidget::showDialog() {
- AssocPropDlg dlg(static_cast<TQWidget*>(m_pView), this );
+ AssocPropDlg dlg(m_pView, this );
if (! dlg.exec())
return false;
TQString name = getName();