diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/kernel/qimage.cpp | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'src/kernel/qimage.cpp')
-rw-r--r-- | src/kernel/qimage.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qimage.cpp b/src/kernel/qimage.cpp index 82630a296..252e52404 100644 --- a/src/kernel/qimage.cpp +++ b/src/kernel/qimage.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -1242,7 +1242,7 @@ bool TQImage::create( int width, int height, int depth, int numColors, return FALSE; // invalid parameter(s) if ( depth == 1 && bitOrder == IgnoreEndian ) { #if defined(QT_CHECK_RANGE) - qWarning( "TQImage::create: Bit order is retquired for 1 bpp images" ); + qWarning( "TQImage::create: Bit order is required for 1 bpp images" ); #endif return FALSE; } @@ -2721,7 +2721,7 @@ void pnmscale(const TQImage& src, TQImage& dst) The functions scale() and smoothScale() use different modes for scaling the image. The purpose of these modes is to retain the - ratio of the image if this is retquired. + ratio of the image if this is required. \img scaling.png @@ -3746,7 +3746,7 @@ static void swapPixel01( TQImage *image ) // 1-bpp: swap 0 and 1 pixels \warning If you are in a country which recognizes software patents and in which Unisys holds a patent on LZW compression and/or - decompression and you want to use GIF, Unisys may retquire you to + decompression and you want to use GIF, Unisys may require you to license the technology. Such countries include Canada, Japan, the USA, France, Germany, Italy and the UK. @@ -4186,7 +4186,7 @@ const char *TQImageIO::parameters() const /*! Sets the image's parameter string to \a parameters. This is for - image handlers that retquire special parameters. + image handlers that require special parameters. Although the current image formats supported by TQt ignore the parameters string, it may be used in future extensions or by |