diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h b/tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h index dfb10f8..7b8fd0a 100644 --- a/tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h +++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h @@ -16,7 +16,7 @@ /* * First we include the configuration files that record how this * installation of the JPEG library is set up. jconfig.h can be - * generated automatically for many systems. jmorecfg.h tqcontains + * generated automatically for many systems. jmorecfg.h contains * manual configuration options that most people need not worry about. */ @@ -582,7 +582,7 @@ struct jpeg_decompress_struct { * units of "iMCU" (interleaved MCU) rows. These are the same as MCU rows * in fully interleaved JPEG scans, but are used whether the scan is * interleaved or not. We define an iMCU row as v_samp_factor DCT block - * rows of each component. Therefore, the IDCT output tqcontains + * rows of each component. Therefore, the IDCT output contains * v_samp_factor*DCT_scaled_size sample rows of a component per iMCU row. */ @@ -686,9 +686,9 @@ struct jpeg_error_mgr { * Error code 0 is reserved for a "no such error string" message. */ const char * const * jpeg_message_table; /* Library errors */ - int last_jpeg_message; /* Table tqcontains strings 0..last_jpeg_message */ + int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */ /* Second table can be added by application (see cjpeg/djpeg for example). - * It tqcontains strings numbered first_addon_message..last_addon_message. + * It contains strings numbered first_addon_message..last_addon_message. */ const char * const * addon_message_table; /* Non-library errors */ int first_addon_message; /* code for first string in addon table */ |