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