aboutsummaryrefslogtreecommitdiff
path: root/cad/qfsm/files/patch-src::Draw.cpp
blob: 060131ab44ff7ef244eedfdb698db020b98a0d24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/Draw.cpp.orig	Fri Aug 17 05:07:21 2007
+++ src/Draw.cpp	Wed Oct  3 14:30:19 2007
@@ -16,8 +16,8 @@
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
-#include <math.h>
-#include <float.h>
+#include <cmath>
+#include <cfloat>
 #include <qnamespace.h>
 #include <qptrlist.h>
 #include <qpainter.h>