mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
874 B

  1. diff -ur koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp
  2. --- koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp 2003-12-16 11:02:34.000000000 +0100
  3. +++ koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp 2003-12-28 18:33:51.000000000 +0100
  4. @@ -31,6 +31,7 @@
  5. #include "KDChartAxisParams.moc"
  6. #endif
  7. +#include <limits.h>
  8. /**
  9. \class KDChartAxisParams KDChartAxisParams.h
  10. --- koffice-1.2.95/kchart/kdchart/KDDrawText.h 2003-12-16 11:02:38.000000000 +0100
  11. +++ koffice-1.2.95-fixed/kchart/kdchart/KDDrawText.h 2003-12-28 18:32:43.000000000 +0100
  12. @@ -29,13 +29,14 @@
  13. #ifndef __KDDRAWTEXT_H__
  14. #define __KDDRAWTEXT_H__
  15. +#include <limits.h>
  16. +
  17. #include <qpainter.h>
  18. #ifdef linux
  19. #include <values.h>
  20. #endif
  21. #include "KDChartGlobal.h"
  22. -
  23. struct KDDrawTextRegionAndTrueRect
  24. {
  25. QRegion region;