summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:19:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:19:10 +0900
commitcf5326589a1c4d0b795ed0e91c837ab7dcc9f783 (patch)
tree0af9a4b5b31745ea71740c5982aa9fbe496e3871 /tests
parentcd40bd47a803027e597c5551fe3ceff059ed9199 (diff)
downloadgtk3-tqt-engine-master.tar.gz
gtk3-tqt-engine-master.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-painter.cpp2
1 files changed, 1 insertions, 1 deletions
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);