summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillaprinter.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:59:21 +0900
commit3f2dc73d5a565121db00f4a0f050a48910b51623 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/tqextscintillaprinter.h
parent3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff)
downloadtqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.tar.gz
tqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/tqextscintillaprinter.h')
-rw-r--r--tqt/tqextscintillaprinter.h6
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);