diff options
Diffstat (limited to 'examples/opengl/overlay_x11/main.cpp')
-rw-r--r-- | examples/opengl/overlay_x11/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |