diff -r 5dc02b23752f -r 3e2da88830cd src/gui/image/qpixmapdatafactory.cpp --- a/src/gui/image/qpixmapdatafactory.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/image/qpixmapdatafactory.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -53,7 +53,7 @@ #ifdef Q_WS_MAC # include #endif -#ifdef Q_WS_S60 +#ifdef Q_OS_SYMBIAN # include #endif @@ -82,7 +82,7 @@ return new QRasterPixmapData(type); #elif defined(Q_WS_MAC) return new QMacPixmapData(type); -#elif defined(Q_WS_S60) +#elif defined(Q_OS_SYMBIAN) return new QS60PixmapData(type); #else #error QSimplePixmapDataFactory::create() not implemented