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 51c48ea7c..35b97f368 100644 --- a/examples/opengl/texture/main.cpp +++ b/examples/opengl/texture/main.cpp @@ -28,7 +28,7 @@ int main( int argc, char **argv ) TQApplication a(argc,argv); if ( !TQGLFormat::hasOpenGL() ) { - qWarning( "This system has no OpenGL support. Exiting." ); + tqWarning( "This system has no OpenGL support. Exiting." ); return -1; } |