11 lines
295 B
C++
11 lines
295 B
C++
--- src/Draw.cpp.orig Sun Feb 29 21:38:23 2004
|
|
+++ src/Draw.cpp Tue Mar 16 23:46:29 2004
|
|
@@ -16,7 +16,7 @@
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <math.h>
|
|
+#include <cmath>
|
|
#include <qnamespace.h>
|
|
#include <qlist.h>
|
|
#include <qpainter.h>
|