No deprecated.

svn path=/trunk/KDE/kdebase/workspace/; revision=763107
icc-effect-5.14.5
Luboš Luňák 2008-01-18 15:49:57 +00:00
parent 6b5f9f727f
commit 2382ea23b9
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ SceneOpenGL::SceneOpenGL( Workspace* ws )
if( !hasGLExtension( "GL_ARB_texture_non_power_of_two" )
&& !hasGLExtension( "GL_ARB_texture_rectangle" ))
{
kdWarning( 1212 ) << "GL_ARB_texture_non_power_of_two and GL_ARB_texture_rectangle missing";
kWarning( 1212 ) << "GL_ARB_texture_non_power_of_two and GL_ARB_texture_rectangle missing";
return; // error
}
if( db )