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

diff -ur koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp
--- koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp 2003-12-16 11:02:34.000000000 +0100
+++ koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp 2003-12-28 18:33:51.000000000 +0100
@@ -31,6 +31,7 @@
#include "KDChartAxisParams.moc"
#endif
+#include <limits.h>
/**
\class KDChartAxisParams KDChartAxisParams.h
--- koffice-1.2.95/kchart/kdchart/KDDrawText.h 2003-12-16 11:02:38.000000000 +0100
+++ koffice-1.2.95-fixed/kchart/kdchart/KDDrawText.h 2003-12-28 18:32:43.000000000 +0100
@@ -29,13 +29,14 @@
#ifndef __KDDRAWTEXT_H__
#define __KDDRAWTEXT_H__
+#include <limits.h>
+
#include <qpainter.h>
#ifdef linux
#include <values.h>
#endif
#include "KDChartGlobal.h"
-
struct KDDrawTextRegionAndTrueRect
{
QRegion region;