diff options
Diffstat (limited to 'umbrello/umbrello/statewidget.h')
| -rw-r--r-- | umbrello/umbrello/statewidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/umbrello/umbrello/statewidget.h b/umbrello/umbrello/statewidget.h index e1611c18..84471f10 100644 --- a/umbrello/umbrello/statewidget.h +++ b/umbrello/umbrello/statewidget.h @@ -37,6 +37,7 @@ */ class StateWidget : public UMLWidget { Q_OBJECT + TQ_OBJECT public: /// Enumeration that codes the different types of state. @@ -50,7 +51,7 @@ public: /** * Creates a State widget. * - * @param view The parent of the widget. + * @param view The tqparent of the widget. * @param stateType The type of state. * @param id The ID to assign (-1 will prompt a new ID.) */ |
