summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/files/patch-KDChartData.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice-kde4/files/patch-KDChartData.h')
-rw-r--r--editors/koffice-kde4/files/patch-KDChartData.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-KDChartData.h b/editors/koffice-kde4/files/patch-KDChartData.h
new file mode 100644
index 000000000000..d759e0333010
--- /dev/null
+++ b/editors/koffice-kde4/files/patch-KDChartData.h
@@ -0,0 +1,15 @@
+--- ./kchart/kdchart/KDChartData.h.orig Mon Dec 10 18:01:12 2001
++++ ./kchart/kdchart/KDChartData.h Sat May 25 13:27:21 2002
+@@ -12,12 +12,8 @@
+
+ #include <qstring.h>
+ #include <qdatetime.h>
+-#ifdef unix
+-#include <values.h>
+-#else
+ #include <float.h>
+ #define MINDOUBLE DBL_MIN
+-#endif
+
+ // Please leave all methods in this class inline!
+ // It's necessary since it's part of the interface provided by KDChart