diff options
Diffstat (limited to 'umbrello/umbrello/listpopupmenu.h')
-rw-r--r-- | umbrello/umbrello/listpopupmenu.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/umbrello/umbrello/listpopupmenu.h b/umbrello/umbrello/listpopupmenu.h index e7030090..54c7336c 100644 --- a/umbrello/umbrello/listpopupmenu.h +++ b/umbrello/umbrello/listpopupmenu.h @@ -187,30 +187,30 @@ public: /** * Constructs the popup menu for a diagram * - * @param parent The parent to ListPopupMenu. + * @param tqparent The tqparent to ListPopupMenu. * @param type The type of menu to display. * @param view The UMLView in which this ListPopupMenu is going to be displayed */ - explicit ListPopupMenu(TQWidget* parent, Menu_Type type = mt_Undefined, UMLView* view = 0); + explicit ListPopupMenu(TQWidget* tqparent, Menu_Type type = mt_Undefined, UMLView* view = 0); /** * Constructs the popup menu for a list view item. * - * @param parent The parent to ListPopupMenu. + * @param tqparent The tqparent to ListPopupMenu. * @param type The type of menu to display. */ - ListPopupMenu(TQWidget* parent, Uml::ListView_Type type); + ListPopupMenu(TQWidget* tqparent, Uml::ListView_Type type); /** * Constructs the popup menu for a canvas widget. * - * @param parent The parent to ListPopupMenu. + * @param tqparent The tqparent to ListPopupMenu. * @param object The UMLWidget to represent a menu for. * @param multi True if multiple items are selected. * @param unique True if multiple selected items all have * the same type (e.g. Class, Interface) */ - ListPopupMenu(TQWidget* parent, UMLWidget* object, bool multi = false, bool unique = false); + ListPopupMenu(TQWidget* tqparent, UMLWidget* object, bool multi = false, bool unique = false); /** * Standard deconstructor. @@ -296,7 +296,7 @@ private: * Shortcut for commonly used menu initializations. * * @param type The Menu_Type for which to set up the menu. - * @param view The UMLView parent of the menu. + * @param view The UMLView tqparent of the menu. */ void setupMenu(Menu_Type type, UMLView * view = 0); |