From 2382ea23b98e5a33f9c336c3b02de92057c76381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 18 Jan 2008 15:49:57 +0000 Subject: [PATCH] No deprecated. svn path=/trunk/KDE/kdebase/workspace/; revision=763107 --- scene_opengl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 4303f53fb3..698aa94bb7 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -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 )