From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/opengl/qglcolormap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opengl/qglcolormap.cpp') diff --git a/src/opengl/qglcolormap.cpp b/src/opengl/qglcolormap.cpp index 71d3937..2deb46b 100644 --- a/src/opengl/qglcolormap.cpp +++ b/src/opengl/qglcolormap.cpp @@ -173,7 +173,7 @@ void QGLColormap::setEntry( int idx, QRgb color ) #if defined(QT_CHECK_RANGE) if ( idx < 0 || idx > (int) d->cells.size() ) { - tqWarning( "QGLColormap::setRgb: Index out of range." ); + qWarning( "QGLColormap::setRgb: Index out of range." ); return; } #endif -- cgit v1.2.3