summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqglcolormap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqglcolormap.html')
-rw-r--r--doc/html/ntqglcolormap.html2
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 &lt; 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();