summaryrefslogtreecommitdiffstats
path: root/examples/tablet/tabletstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tablet/tabletstats.cpp')
-rw-r--r--examples/tablet/tabletstats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp
index 07bf2d447..79bd2c43d 100644
--- a/examples/tablet/tabletstats.cpp
+++ b/examples/tablet/tabletstats.cpp
@@ -90,11 +90,11 @@ void StatsCanvas::tabletEvent( TQTabletEvent *e )
switch( e->type() ) {
case TQEvent::TabletPress:
tqDebug( "Tablet Press" );
- mousePressed = TRUE;
+ mousePressed = true;
break;
case TQEvent::TabletRelease:
tqDebug( "Tablet Release" );
- mousePressed = FALSE;
+ mousePressed = false;
clearScreen();
break;
default: