From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- examples/opengl/overlay_x11/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/opengl/overlay_x11') diff --git a/examples/opengl/overlay_x11/main.cpp b/examples/opengl/overlay_x11/main.cpp index c96e3d9b0..45d3a0ea4 100644 --- a/examples/opengl/overlay_x11/main.cpp +++ b/examples/opengl/overlay_x11/main.cpp @@ -77,7 +77,7 @@ TQColor findOverlayTransparentColor() for ( uint i = 0; i < nItems/4; i++ ) { if ( (VisualID)overlayProp[i].visual == XVisualIDFromVisual(appVisual) && overlayProp[i].type == 1 ) - return TQColor( qRgb( 1, 2, 3 ), overlayProp[i].value ); + return TQColor( tqRgb( 1, 2, 3 ), overlayProp[i].value ); } qWarning( "Default visual is not in overlay plane" ); -- cgit v1.2.1