diff options
Diffstat (limited to 'doc/html/ntqglcolormap.html')
-rw-r--r-- | doc/html/ntqglcolormap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqglcolormap.html b/doc/html/ntqglcolormap.html index 3468ee647..9de907b3f 100644 --- a/doc/html/ntqglcolormap.html +++ b/doc/html/ntqglcolormap.html @@ -92,7 +92,7 @@ in child widgets. // This will fill the colormap with colors ranging from // black to white. for ( int i = 0; i < colormap.<a href="#size">size</a>(); i++ ) - colormap.<a href="#setEntry">setEntry</a>( i, qRgb( i, i, i ) ); + colormap.<a href="#setEntry">setEntry</a>( i, tqRgb( i, i, i ) ); widget.setColormap( colormap ); widget.show(); |