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

Oliver Kellogg okellogg at users.sourceforge.net
Thu Feb 9 14:56:01 UTC 2006


SVN commit 507741 by okellogg:

remove deprecated usages

 M  +3 -3      petaltree2uml.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/petaltree2uml.cpp #507740:507741
@@ -352,7 +352,7 @@
     } else if (objType == "Association") {
         PetalNode *roles = node->findAttribute("roles").node;
         if (node == NULL) {
-            kdError() << "umbrellify: cannot find roles of Association" << endl;
+            kError() << "umbrellify: cannot find roles of Association" << endl;
             return false;
         }
         UMLAssociation *assoc = new UMLAssociation(Uml::at_UniAssociation);
@@ -382,11 +382,11 @@
         for (uint i = Uml::A; i <= Uml::B; i++) {
             PetalNode *roleNode = roleList[i].second.node;
             if (roleNode == NULL) {
-                kdError() << "umbrellify: roleNode of Association is NULL" << endl;
+                kError() << "umbrellify: roleNode of Association is NULL" << endl;
                 return false;
             }
             if (roleNode->name() != "Role") {
-                kdDebug() << "umbrellify(" << name << "): expecting Role, found \""
+                kDebug() << "umbrellify(" << name << "): expecting Role, found \""
                           << roleNode->name() << endl;
                 continue;
             }




More information about the umbrello-devel mailing list