diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:19:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:19:10 +0900 |
commit | cf5326589a1c4d0b795ed0e91c837ab7dcc9f783 (patch) | |
tree | 0af9a4b5b31745ea71740c5982aa9fbe496e3871 /tests | |
parent | cd40bd47a803027e597c5551fe3ceff059ed9199 (diff) | |
download | gtk3-tqt-engine-master.tar.gz gtk3-tqt-engine-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-painter.cpp | 2 |
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); |