summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/toolbarstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/toolbarstate.cpp')
-rw-r--r--umbrello/umbrello/toolbarstate.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/umbrello/umbrello/toolbarstate.cpp b/umbrello/umbrello/toolbarstate.cpp
index cae6acf8..d539c512 100644
--- a/umbrello/umbrello/toolbarstate.cpp
+++ b/umbrello/umbrello/toolbarstate.cpp
@@ -32,17 +32,17 @@ void ToolBarState::init() {
m_currentWidget = 0;
m_currentAssociation = 0;
- connect(m_pUMLView, TQT_SIGNAL(sigAssociationRemoved(AssociationWidget*)),
- this, TQT_SLOT(slotAssociationRemoved(AssociationWidget*)));
- connect(m_pUMLView, TQT_SIGNAL(sigWidgetRemoved(UMLWidget*)),
- this, TQT_SLOT(slotWidgetRemoved(UMLWidget*)));
+ connect(m_pUMLView, TQ_SIGNAL(sigAssociationRemoved(AssociationWidget*)),
+ this, TQ_SLOT(slotAssociationRemoved(AssociationWidget*)));
+ connect(m_pUMLView, TQ_SIGNAL(sigWidgetRemoved(UMLWidget*)),
+ this, TQ_SLOT(slotWidgetRemoved(UMLWidget*)));
}
void ToolBarState::cleanBeforeChange() {
- disconnect(m_pUMLView, TQT_SIGNAL(sigAssociationRemoved(AssociationWidget*)),
- this, TQT_SLOT(slotAssociationRemoved(AssociationWidget*)));
- disconnect(m_pUMLView, TQT_SIGNAL(sigWidgetRemoved(UMLWidget*)),
- this, TQT_SLOT(slotWidgetRemoved(UMLWidget*)));
+ disconnect(m_pUMLView, TQ_SIGNAL(sigAssociationRemoved(AssociationWidget*)),
+ this, TQ_SLOT(slotAssociationRemoved(AssociationWidget*)));
+ disconnect(m_pUMLView, TQ_SIGNAL(sigWidgetRemoved(UMLWidget*)),
+ this, TQ_SLOT(slotWidgetRemoved(UMLWidget*)));
}
void ToolBarState::mousePress(TQMouseEvent* ome) {