diff options
Diffstat (limited to 'examples/opengl/box/main.cpp')
-rw-r--r-- | examples/opengl/box/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/box/main.cpp b/examples/opengl/box/main.cpp index 897cd3f..44c485b 100644 --- a/examples/opengl/box/main.cpp +++ b/examples/opengl/box/main.cpp @@ -30,7 +30,7 @@ int main( int argc, char **argv ) QApplication a(argc,argv); if ( !QGLFormat::hasOpenGL() ) { - qWarning( "This system has no OpenGL support. Exiting." ); + tqWarning( "This system has no OpenGL support. Exiting." ); return -1; } |