diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /tdefx/kpixmap.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'tdefx/kpixmap.cpp')
-rw-r--r-- | tdefx/kpixmap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |