diff options
Diffstat (limited to 'tqt/tqextscintillaprinter.h')
-rw-r--r-- | tqt/tqextscintillaprinter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqt/tqextscintillaprinter.h b/tqt/tqextscintillaprinter.h index 7a0f3c9..f625df0 100644 --- a/tqt/tqextscintillaprinter.h +++ b/tqt/tqextscintillaprinter.h @@ -51,10 +51,10 @@ public: //! Format a page, by adding headers and footers for example, before //! the document text is drawn on it. \a painter is the painter to be - //! used to add customised text and graphics. \a drawing is TRUE if + //! used to add customised text and graphics. \a drawing is true if //! the page is actually being drawn rather than being sized. //! \a painter drawing methods must only be called when \a drawing is - //! TRUE. \a area is the area of the page that will be used to draw + //! true. \a area is the area of the page that will be used to draw //! the text. This should be modified if it is necessary to reserve //! space for any customised text or graphics. By default the area is //! relative to the printable area of the page. Use @@ -78,7 +78,7 @@ public: //! Print a range of lines from the Scintilla instance \a tqsb. \a from //! is the first line to print and a negative value signifies the first //! line of text. \a to is the last line to print and a negative value - //! signifies the last line of text. TRUE is returned if there was no + //! signifies the last line of text. true is returned if there was no //! error. virtual int printRange(TQextScintillaBase *tqsb,int from = -1, int to = -1); |