From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- tdefx/kpixmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdefx/kpixmap.cpp') diff --git a/tdefx/kpixmap.cpp b/tdefx/kpixmap.cpp index ae28efb9d..75ae86565 100644 --- a/tdefx/kpixmap.cpp +++ b/tdefx/kpixmap.cpp @@ -39,7 +39,7 @@ static bool kdither_32_to_8( const TQImage *src, TQImage *dst ) int y; if ( !dst->create(src->width(), src->height(), 8, 256) ) { - qWarning("KPixmap: destination image not valid\n"); + tqWarning("KPixmap: destination image not valid\n"); return false; } @@ -224,7 +224,7 @@ bool KPixmap::convertFromImage( const TQImage &img, int conversion_flags ) { if ( img.isNull() ) { #if defined(CHECK_NULL) - qWarning( "KPixmap::convertFromImage: Cannot convert a null image" ); + tqWarning( "KPixmap::convertFromImage: Cannot convert a null image" ); #endif return false; } -- cgit v1.2.1