summaryrefslogtreecommitdiffstats
path: root/ksame
diff options
context:
space:
mode:
Diffstat (limited to 'ksame')
-rw-r--r--ksame/StoneWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksame/StoneWidget.cpp b/ksame/StoneWidget.cpp
index 8ada4f44..0c74d68d 100644
--- a/ksame/StoneWidget.cpp
+++ b/ksame/StoneWidget.cpp
@@ -279,7 +279,7 @@ StoneWidget::paintEvent( TQPaintEvent *e ) {
bitBlt(this,cx,cy,
&map[stone->color-1][tslice].stone,
0, 0,
- stone_width,stone_height,CopyROP,FALSE);
+ stone_width,stone_height,CopyROP,false);
} else {
erase(cx, cy, stone_width, stone_height);