diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:22 -0600 |
commit | e1925878ff1c732a4d53f80fe660fa56a504cde7 (patch) | |
tree | 8e7d967d9fc57d304873a719d7d90487a79cafd3 /src/gvcore/xpm.cpp | |
parent | dcd5ddac8f42bc6e6c003b9b758b0e1f1afbab4a (diff) | |
download | gwenview-e1925878ff1c732a4d53f80fe660fa56a504cde7.tar.gz gwenview-e1925878ff1c732a4d53f80fe660fa56a504cde7.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/gvcore/xpm.cpp')
-rw-r--r-- | src/gvcore/xpm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<h; y++ ) { if ( !read_xpm_string( buf, d, source, index ) ) { #if defined(TQT_CHECK_RANGE) - qWarning( "TQImage: XPM pixels missing on image line %d", y); + tqWarning( "TQImage: XPM pixels missing on image line %d", y); #endif return; } |