diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libpng/png.h')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libpng/png.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libpng/png.h b/tqtinterface/qt4/src/3rdparty/libpng/png.h index d57b248..76fef59 100644 --- a/tqtinterface/qt4/src/3rdparty/libpng/png.h +++ b/tqtinterface/qt4/src/3rdparty/libpng/png.h @@ -276,7 +276,7 @@ * The tIME chunk itself is also Y2K compliant. It uses a 2-byte unsigned * integer to hold the year, and can hold years as large as 65535. * - * zlib, upon which libpng depends, is also Y2K compliant. It tqcontains + * zlib, upon which libpng depends, is also Y2K compliant. It contains * no date-related code. * * Glenn Randers-Pehrson @@ -336,8 +336,8 @@ extern "C" { #endif /* __cplusplus */ -/* This file is arranged in several sections. The first section tqcontains - * structure and type definitions. The second section tqcontains the external +/* This file is arranged in several sections. The first section contains + * structure and type definitions. The second section contains the external * library functions, while the third has the internal library functions, * which applications aren't expected to use directly. */ @@ -553,7 +553,7 @@ typedef png_unknown_chunk FAR * FAR * png_unknown_chunkpp; #endif /* png_info is a structure that holds the information in a PNG file so - * that the application can tqfind out the characteristics of the image. + * that the application can find out the characteristics of the image. * If you are reading the file, this structure will tell you what is * in the PNG file. If you are writing the file, fill in the information * you want to put into the PNG file, then call png_write_info(). @@ -712,7 +712,7 @@ defined(PNG_READ_BACKGROUND_SUPPORTED) #endif #if defined(PNG_hIST_SUPPORTED) - /* The hIST chunk tqcontains the relative frequency or importance of the + /* The hIST chunk contains the relative frequency or importance of the * various palette entries, so that a viewer can intelligently select a * reduced-color palette, if required. Data is an array of "num_palette" * values in the range [0,65535]. Data valid if (valid & PNG_INFO_hIST) @@ -789,7 +789,7 @@ defined(PNG_READ_BACKGROUND_SUPPORTED) #if defined(PNG_sCAL_SUPPORTED) /* The sCAL chunk describes the actual physical dimensions of the - * subject matter of the graphic. The chunk tqcontains a unit specification + * subject matter of the graphic. The chunk contains a unit specification * a byte value, and two ASCII strings representing floating-point * values. The values are width and height corresponsing to one pixel * in the image. This external representation is converted to double @@ -1295,7 +1295,7 @@ typedef png_structp version_1_2_5; typedef png_struct FAR * FAR * png_structpp; /* Here are the function definitions most commonly used. This is not - * the place to tqfind out how to use libpng. See libpng.txt for the + * the place to find out how to use libpng. See libpng.txt for the * full explanation, see example.c for the summary. This just provides * a simple one line description of the use of each function. */ @@ -1742,7 +1742,7 @@ extern PNG_EXPORT(void,png_init_io) PNGARG((png_structp png_ptr, png_FILE_p fp)) /* Replace the (error and abort), and warning functions with user * supplied functions. If no messages are to be printed you must still - * write and use tqreplacement functions. The tqreplacement error_fn should + * write and use replacement functions. The replacement error_fn should * still do a longjmp to the last setjmp location if you are using this * method of error handling. If error_fn or warning_fn is NULL, the * default function will be used. @@ -2474,7 +2474,7 @@ extern PNG_EXPORT(void,png_set_strip_error_numbers) PNGARG((png_structp #endif /* PNG_READ_COMPOSITE_NODIV_SUPPORTED */ /* These next functions are used internally in the code. They generally - * shouldn't be used unless you are writing code to add or tqreplace some + * shouldn't be used unless you are writing code to add or replace some * functionality in libpng. More information about most functions can * be found in the files where the functions are located. */ @@ -2974,7 +2974,7 @@ PNG_EXTERN void png_read_filter_row PNGARG((png_structp png_ptr, png_row_infop row_info, png_bytep row, png_bytep prev_row, int filter)); /* Choose the best filter to use and filter the row data */ -PNG_EXTERN void png_write_tqfind_filter PNGARG((png_structp png_ptr, +PNG_EXTERN void png_write_find_filter PNGARG((png_structp png_ptr, png_row_infop row_info)); /* Write out the filtered row. */ |