[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Sep 25 15:03:09 UTC 2003


CVS commit by thomas: 

code clean up. Remove iostream.h call.


  M +1 -2      linepath.cpp   1.20


--- kdesdk/umbrello/umbrello/linepath.cpp  #1.19:1.20
@@ -7,5 +7,4 @@
  *                                                                         *
  ***************************************************************************/
-#include <iostream.h>
 #include <cmath>
 
@@ -800,5 +799,5 @@ void LinePath::dumpPoints () {
         for( int i = 1; i < count; i++ ) {
                 QPoint point = getPoint( i );
-                cerr<<" * point x:"<<point.x()<<" y:"<<point.y()<<endl;
+                kdDebug()<<" * point x:"<<point.x()<<" y:"<<point.y()<<endl;
         }
 






More information about the umbrello-devel mailing list