From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- examples/demo/opengl/glinfo_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/demo/opengl/glinfo_x11.cpp') diff --git a/examples/demo/opengl/glinfo_x11.cpp b/examples/demo/opengl/glinfo_x11.cpp index 7716d771f..33227c9af 100644 --- a/examples/demo/opengl/glinfo_x11.cpp +++ b/examples/demo/opengl/glinfo_x11.cpp @@ -236,7 +236,7 @@ GLInfo::GLInfo() dpy = gl.x11Display(); if ( !dpy ) { - qWarning( "Error: unable to open display %s\n", displayName ); + tqWarning( "Error: unable to open display %s\n", displayName ); } numScreens = ScreenCount( dpy ); -- cgit v1.2.1