diff options
Diffstat (limited to 'kimgio/ico.cpp')
-rw-r--r-- | kimgio/ico.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/ico.cpp b/kimgio/ico.cpp index 35cef0282..bf53ecc3b 100644 --- a/kimgio/ico.cpp +++ b/kimgio/ico.cpp @@ -233,7 +233,7 @@ namespace TQRgb* p = reinterpret_cast< TQRgb* >( lines[ y ] ); for ( unsigned x = 0; x < rec.width; ++x, ++p ) if ( ( ( buf[ x / 8 ] >> ( 7 - ( x & 0x07 ) ) ) & 1 ) ) - *p &= TQRGB_MASK; + *p &= TQT_RGB_MASK; } delete[] buf; } |