[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeedu/kalzium/src
From:       Pino Toscano <toscano.pino () tiscali ! it>
Date:       2005-11-16 18:23:30
Message-ID: 1132165410.486636.21092.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480823 by pino:

Fix compilation on Solaris.
Don't know if it will actually be in KDE 3.5.0. For sure it will be in KDE 3.5.1.

BUG: 116507


 M  +4 -0      kalziumutils.cpp  


--- branches/KDE/3.5/kdeedu/kalzium/src/kalziumutils.cpp #480822:480823
@@ -16,8 +16,12 @@
 #include <qfont.h>
 #include <qrect.h>
 #include <qpainter.h>
+#include <qglobal.h>
 
 #include <math.h>
+#if defined(Q_OS_SOLARIS)
+#include <ieeefp.h>
+#endif
 
 int KalziumUtils::maxSize( const QString& string, const QRect& rect, QFont font, \
QPainter* p, int minFontSize, int maxFontSize )  {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic