diff options
Diffstat (limited to 'doc/html/qmag-example.html')
-rw-r--r-- | doc/html/qmag-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index 3f22d9735..096557030 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -379,8 +379,8 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) { <a name="x1776"></a> TQRgb px = image.<a href="ntqimage.html#pixel">pixel</a>(x,y); <a name="x1795"></a> pixelinfo.<a href="ntqstring.html#sprintf">sprintf</a>(" %3d,%3d,%3d #%02x%02x%02x", - <a href="ntqcolor.html#qRed">qRed</a>(px), tqGreen(px), tqBlue(px), - <a href="ntqcolor.html#qRed">qRed</a>(px), tqGreen(px), tqBlue(px)); + <a href="ntqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px), + <a href="ntqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px)); } <a href="ntqstring.html">TQString</a> label; label.<a href="ntqstring.html#sprintf">sprintf</a>( "x=%d, y=%d %s", |