summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/associationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/associationwidget.h')
-rw-r--r--umbrello/umbrello/associationwidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/umbrello/umbrello/associationwidget.h b/umbrello/umbrello/associationwidget.h
index f562983c..0227274d 100644
--- a/umbrello/umbrello/associationwidget.h
+++ b/umbrello/umbrello/associationwidget.h
@@ -54,6 +54,7 @@ class UMLOperation;
*/
class AssociationWidget : public WidgetBase, public LinkWidget {
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Enumeration used for stating where a line is on a widget.
@@ -68,14 +69,14 @@ public:
/**
* Constructor.
*
- * @param view The parent view of this widget.
+ * @param view The tqparent view of this widget.
*/
AssociationWidget(UMLView *view);
/**
* Constructor.
*
- * @param view The parent view of this widget.
+ * @param view The tqparent view of this widget.
* @param WidgetA Pointer to the role A widget for the association.
* @param Type The Association_Type for this association.
* @param WidgetB Pointer to the role B widget for the association.
@@ -243,7 +244,7 @@ public:
*
* @return True if widget plays role A or B in this assoc.
*/
- bool contains(UMLWidget* widget);
+ bool tqcontains(UMLWidget* widget);
/**
* Returns true if this AssociationWidget represents a collaboration message.
@@ -1011,7 +1012,7 @@ public slots:
/**
* This slot is entered when an event has occurred on the views display,
* most likely a mouse event. Before it sends out that mouse event all
- * children should make sure that they don't have a menu active or there
+ * tqchildren should make sure that they don't have a menu active or there
* could be more than one popup menu displayed.
*/
void slotRemovePopupMenu();