CVS commit by okellogg: getWidgetList(): Make return value modifiable. M +1 -1 umlview.h 1.74 --- kdesdk/umbrello/umbrello/umlview.h #1.73:1.74 @@ -309,5 +309,5 @@ public: * Returns a reference to the widget list. */ - const UMLWidgetList& getWidgetList() const { + UMLWidgetList& getWidgetList() { return m_WidgetList; }