SVN commit 1099515 by reed: these apply to Q_WS_MAC, not Q_OS_MAC (Q_WS_X11 on OSX uses the same ordering as on other platforms) M +1 -1 qpoint.h M +1 -1 qrect.h --- branches/KDE/4.4/kdebase/workspace/ksplash/ksplashx/qpoint.h #1099514:1099515 @@ -93,7 +93,7 @@ private: static void warningDivByZero(); -#if defined(Q_OS_MAC) +#if defined(Q_WS_MAC) QCOORD yp; QCOORD xp; #else --- branches/KDE/4.4/kdebase/workspace/ksplash/ksplashx/qrect.h #1099514:1099515 @@ -145,7 +145,7 @@ #if defined(Q_WS_X11) || defined(Q_OS_TEMP) friend void qt_setCoords( QRect *r, int xp1, int yp1, int xp2, int yp2 ); #endif -#if defined(Q_OS_MAC) +#if defined(Q_WS_MAC) QCOORD y1; QCOORD x1; QCOORD y2;