summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qglcolormap.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qglcolormap.3qt')
-rw-r--r--doc/man/man3/qglcolormap.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qglcolormap.3qt b/doc/man/man3/qglcolormap.3qt
index 726f2c8e9..a7e0484fb 100644
--- a/doc/man/man3/qglcolormap.3qt
+++ b/doc/man/man3/qglcolormap.3qt
@@ -94,7 +94,7 @@ Example of use:
.br
for ( int i = 0; i < colormap.size(); i++ )
.br
- colormap.setEntry( i, qRgb( i, i, i ) );
+ colormap.setEntry( i, tqRgb( i, i, i ) );
.br
.br
widget.setColormap( colormap );