summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/MachBunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp
index 3561a34..8da2a15 100644
--- a/src/MachBunt.cpp
+++ b/src/MachBunt.cpp
@@ -584,7 +584,7 @@ void MachBunt::resizeEvent( TQResizeEvent*)
update( TQRect( TQPoint(4,4), titlebar->geometry().bottomLeft() - TQPoint(1,0) ) );
update( TQRect( titlebar->geometry().topRight(), TQPoint( width() - 4, titlebar->geometry().bottom() ) ) );
// Titlebar needs no paint event
- TQApplication::postEvent( widget(), new TQPaintEvent( titlebar->geometry(), FALSE ) );
+ TQApplication::postEvent( widget(), new TQPaintEvent( titlebar->geometry(), false ) );
}
}
#endif