diff options
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); |