From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- 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 2deb46b..71d3937 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() ) { - qWarning( "QGLColormap::setRgb: Index out of range." ); + tqWarning( "QGLColormap::setRgb: Index out of range." ); return; } #endif -- cgit v1.2.3