From bdb0aa04da758449d8b82e90f00cae94593146da Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 5 Jan 2026 23:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- khexedit/lib/khexedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/lib/khexedit.cpp') diff --git a/khexedit/lib/khexedit.cpp b/khexedit/lib/khexedit.cpp index 7564890..ed73311 100644 --- a/khexedit/lib/khexedit.cpp +++ b/khexedit/lib/khexedit.cpp @@ -1019,7 +1019,7 @@ KSection KHexEdit::removeData( KSection Indizes ) // doc->selectionStart( selNum, undoRedoInfo.id, undoRedoInfo.index ); // undoRedoInfo.d->text = TQString(); // } -// readFormats( c1, c2, undoRedoInfo.d->text, TRUE ); +// readFormats( c1, c2, undoRedoInfo.d->text, true ); // } KSection ChangedRange( Indizes.start(), BufferLayout->length()-1 ); -- cgit v1.2.3