From 771af909e74927126fba90ec6e0298dc68d5bf4f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Dec 2025 18:54:52 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 6 Signed-off-by: Michele Calgaro --- src/dialogs/tqprintdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/tqprintdialog.h') diff --git a/src/dialogs/tqprintdialog.h b/src/dialogs/tqprintdialog.h index 29824416a..fa7ef36bb 100644 --- a/src/dialogs/tqprintdialog.h +++ b/src/dialogs/tqprintdialog.h @@ -61,7 +61,7 @@ public: static bool getPrinterSetup( TQPrinter *, TQWidget* = 0 ); static void setGlobalPrintDialog( TQPrintDialog * ); - void setPrinter( TQPrinter *, bool = FALSE ); + void setPrinter( TQPrinter *, bool = false ); TQPrinter * printer() const; void addButton( TQPushButton *but ); -- cgit v1.2.3