summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
commitb6c6d9f8dd1221e5d9dc5b674e93797761470024 (patch)
tree94563ba51148e9fd71f5c8df86439c84945d5d81 /experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c
parent03256f3cd5149f3ff5f5f45765b0b0659db4e036 (diff)
downloadtde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.tar.gz
tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.zip
rename the following methods:
tqparent parent tqmask mask
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c b/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c
index a8a9365a9..eb84b9930 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c
@@ -866,7 +866,7 @@ png_write_row(png_structp png_ptr, png_bytep row)
* 1. Libpng was compiled with PNG_MNG_FEATURES_SUPPORTED and
* 2. Libpng did not write a PNG signature (this filter_method is only
* used in PNG datastreams that are embedded in MNG datastreams) and
- * 3. The application called png_permit_mng_features with a tqmask that
+ * 3. The application called png_permit_mng_features with a mask that
* included PNG_FLAG_MNG_FILTER_64 and
* 4. The filter_method is 64 and
* 5. The color_type is RGB or RGBA