[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon May 31 10:03:04 UTC 2004
CVS commit by okellogg:
Fix from using code import on umbrello itself.
M +2 -2 statewidget.h 1.10
--- kdesdk/umbrello/umbrello/statewidget.h #1.9:1.10
@@ -52,5 +52,5 @@ public:
* @param stateType The type of state.
*/
- StateWidget( UMLView * view, StateType stateType = StateWidget::Normal );
+ StateWidget( UMLView * view, StateType stateType = Normal );
/**
@@ -153,5 +153,5 @@ protected:
* Type of state.
*/
- StateWidget::StateType m_StateType;
+ StateType m_StateType;
/**
More information about the umbrello-devel
mailing list