From e1925878ff1c732a4d53f80fe660fa56a504cde7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:22 -0600 Subject: Rename additional global TQt functions --- src/gvcore/xpm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gvcore/xpm.cpp') diff --git a/src/gvcore/xpm.cpp b/src/gvcore/xpm.cpp index f9018b8..edb79e3 100644 --- a/src/gvcore/xpm.cpp +++ b/src/gvcore/xpm.cpp @@ -195,7 +195,7 @@ static void read_xpm_image_or_array( TQImageIO * iio, const char * const * sourc for( currentColor=0; currentColor < ncols; ++currentColor ) { if ( !read_xpm_string( buf, d, source, index ) ) { #if defined(TQT_CHECK_RANGE) - qWarning( "TQImage: XPM color specification missing"); + tqWarning( "TQImage: XPM color specification missing"); #endif return; } @@ -206,7 +206,7 @@ static void read_xpm_image_or_array( TQImageIO * iio, const char * const * sourc i = nextColorSpec(buf); if ( i < 0 ) { #if defined(TQT_CHECK_RANGE) - qWarning( "TQImage: XPM color specification is missing: %s", buf.data()); + tqWarning( "TQImage: XPM color specification is missing: %s", buf.data()); #endif return; // no c/g/g4/m/s specification at all } @@ -250,7 +250,7 @@ static void read_xpm_image_or_array( TQImageIO * iio, const char * const * sourc for( int y=0; y