diff options
Diffstat (limited to 'umbrello/umbrello/listpopupmenu.h')
-rw-r--r-- | umbrello/umbrello/listpopupmenu.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/listpopupmenu.h b/umbrello/umbrello/listpopupmenu.h index 58d779ab..e7030090 100644 --- a/umbrello/umbrello/listpopupmenu.h +++ b/umbrello/umbrello/listpopupmenu.h @@ -191,7 +191,7 @@ public: * @param type The type of menu to display. * @param view The UMLView in which this ListPopupMenu is going to be displayed */ - explicit ListPopupMenu(QWidget* parent, Menu_Type type = mt_Undefined, UMLView* view = 0); + explicit ListPopupMenu(TQWidget* parent, Menu_Type type = mt_Undefined, UMLView* view = 0); /** * Constructs the popup menu for a list view item. @@ -199,7 +199,7 @@ public: * @param parent The parent to ListPopupMenu. * @param type The type of menu to display. */ - ListPopupMenu(QWidget* parent, Uml::ListView_Type type); + ListPopupMenu(TQWidget* parent, Uml::ListView_Type type); /** * Constructs the popup menu for a canvas widget. @@ -210,7 +210,7 @@ public: * @param unique True if multiple selected items all have * the same type (e.g. Class, Interface) */ - ListPopupMenu(QWidget* parent, UMLWidget* object, bool multi = false, bool unique = false); + ListPopupMenu(TQWidget* parent, UMLWidget* object, bool multi = false, bool unique = false); /** * Standard deconstructor. @@ -273,7 +273,7 @@ private: * @param label The menu text. * @param mt The menu type. */ - void insertAssocItem(const QString &label, Menu_Type mt); + void insertAssocItem(const TQString &label, Menu_Type mt); /** * Inserts a menu item for externalization/de-externalization @@ -320,7 +320,7 @@ private: pm_Subsystem, pm_NUMBER_OF_PIXMAPS }; - QPixmap m_pixmap[pm_NUMBER_OF_PIXMAPS]; + TQPixmap m_pixmap[pm_NUMBER_OF_PIXMAPS]; KPopupMenu * m_pInsert, * m_pShow, * m_pColor; void setupColor(bool fc); void setupColorSelection(bool fc); |