From 32459311b349db581cc5fb0d80739a95b3d998b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:30:40 -0600 Subject: Rename additional global TQt functions --- kjsembed/plugins/imagefx_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kjsembed/plugins/imagefx_plugin.cpp') diff --git a/kjsembed/plugins/imagefx_plugin.cpp b/kjsembed/plugins/imagefx_plugin.cpp index b7da9e91..90143e4b 100644 --- a/kjsembed/plugins/imagefx_plugin.cpp +++ b/kjsembed/plugins/imagefx_plugin.cpp @@ -779,7 +779,7 @@ TQImage ImageFX::bumpmap(TQImage &img, TQImage &map, double azimuth, double elev TQImage dst; if ( img.depth() != 32 || img.depth() != 32 ) { - qWarning( "Bump-mapping effect works only with 32 bit images"); + tqWarning( "Bump-mapping effect works only with 32 bit images"); return dst; } -- cgit v1.2.3