summaryrefslogtreecommitdiffstats
path: root/examples/canvas/blendshadow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/canvas/blendshadow.cpp')
-rw-r--r--examples/canvas/blendshadow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/canvas/blendshadow.cpp b/examples/canvas/blendshadow.cpp
index 0ca3bf968..d07358335 100644
--- a/examples/canvas/blendshadow.cpp
+++ b/examples/canvas/blendshadow.cpp
@@ -38,7 +38,7 @@ int main( int*, char**)
int h = image.height();
TQImage img( w+dx, h+dy, 32 );
- img.setAlphaBuffer( TRUE );
+ img.setAlphaBuffer( true );
for ( int y = 0; y < h+dy; y++ ) {
for ( int x = 0; x < w+dx; x++ ) {