diff options
Diffstat (limited to 'kjsembed')
-rw-r--r-- | kjsembed/plugins/imagefx_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |