diff options
author | Darrell Anderson <[email protected]> | 2012-11-27 20:55:12 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-27 20:55:12 -0600 |
commit | 992df30f3c50b5439c2b5f8621ab6e928d9346eb (patch) | |
tree | acdd3b48b9f30eeda4f94092172ffb3042fca766 /doc/html/qmag-example.html | |
parent | 74ce99a42a0dc9d9a168156a2f5d146edb9bb555 (diff) | |
parent | 84f70969d95344d402d6f6152a6373469a3718ca (diff) | |
download | tqt3-992df30f3c50b5439c2b5f8621ab6e928d9346eb.tar.gz tqt3-992df30f3c50b5439c2b5f8621ab6e928d9346eb.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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", |