diff options
Diffstat (limited to 'doc/html/ntqimage.html')
-rw-r--r-- | doc/html/ntqimage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqimage.html b/doc/html/ntqimage.html index 0fa297597..2e04c4c0f 100644 --- a/doc/html/ntqimage.html +++ b/doc/html/ntqimage.html @@ -182,7 +182,7 @@ because they have a single byte per pixel: <p> <pre> TQImage image; // set entry 19 in the color table to yellow - image.<a href="#setColor">setColor</a>( 19, qRgb(255,255,0) ); + image.<a href="#setColor">setColor</a>( 19, tqRgb(255,255,0) ); // set 8 bit pixel at (x,y) to value yellow (in color table) *(image.<a href="#scanLine">scanLine</a>(y) + x) = 19; </pre> |