From fb7b54fde68233cc60998176c06737b4a80d5dd8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Mar 2025 19:19:10 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit cf5326589a1c4d0b795ed0e91c837ab7dcc9f783) --- tests/test-painter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-painter.cpp b/tests/test-painter.cpp index 9f5ba89..67d0eee 100644 --- a/tests/test-painter.cpp +++ b/tests/test-painter.cpp @@ -385,7 +385,7 @@ main (int argc, char *argv[]) // cairo_stroke (cr); // Initialize TQApplication required data structures - new TQApplication(argc, argv, TRUE); + new TQApplication(argc, argv, true); TQt3CairoPaintDevice pd(surface); runTests(&pd); -- cgit v1.2.3