diff options
Diffstat (limited to 'src/kernel/qpainter.cpp')
-rw-r--r-- | src/kernel/qpainter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp index e95c5b8a7..2d99ef754 100644 --- a/src/kernel/qpainter.cpp +++ b/src/kernel/qpainter.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: @@ -77,7 +77,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; \mainclass The painter provides highly optimized functions to do most of the - drawing GUI programs retquire. TQPainter can draw everything from + drawing GUI programs require. TQPainter can draw everything from simple lines to complex shapes like pies and chords. It can also draw aligned text and pixmaps. Normally, it draws in a "natural" coordinate system, but it can also do view and world @@ -3074,7 +3074,7 @@ void qt_format_text( const TQFont& font, const TQRect &_r, \a len characters from \a str if \a len is > -1, or the whole of \a str if \a len is -1. The drawing, and hence the bounding rectangle, is constrained to the rectangle \a r, or to the - rectangle retquired to draw the text, whichever is the larger. + rectangle required to draw the text, whichever is the larger. The \a internal parameter should not be used. @@ -3101,7 +3101,7 @@ TQRect TQPainter::boundingRect( const TQRect &r, int flags, the string if \a len is -1. The drawing, and hence the bounding rectangle, is constrained to the rectangle that begins at point \a (x, y) with width \a w and hight \a h, or to the - rectangle retquired to draw the text, whichever is the larger. + rectangle required to draw the text, whichever is the larger. The \a flags argument is the bitwise OR of the following flags: |