[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri May 11 04:49:37 UTC 2007


SVN commit 663380 by okellogg:

sync with branches/KDE/3.5

 M  +1 -1      widget_factory.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/widget_factory.cpp #663379:663380
@@ -223,7 +223,7 @@
         if (tag == "actorwidget") {
             if (validateObjType(Uml::ot_Actor, o, id))
                 widget = new ActorWidget(view, static_cast<UMLActor*>(o));
-        } else if (tag == "usecasewidget") {  // for bkwd compatibility
+        } else if (tag == "usecasewidget") {
             if (validateObjType(Uml::ot_UseCase, o, id))
                 widget = new UseCaseWidget(view, static_cast<UMLUseCase*>(o));
         } else if (tag == "classwidget") {




More information about the umbrello-devel mailing list