summaryrefslogtreecommitdiffstats
path: root/kounavail/kounavail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kounavail/kounavail.cpp')
-rw-r--r--kounavail/kounavail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kounavail/kounavail.cpp b/kounavail/kounavail.cpp
index 47bfd5036..f48de60bb 100644
--- a/kounavail/kounavail.cpp
+++ b/kounavail/kounavail.cpp
@@ -120,7 +120,7 @@ void KoUnavailView::paintEvent( TQPaintEvent* ev )
// ### TODO: Scaling
// Let the document do the drawing
- koDocument()->paintEverything( painter, ev->rect(), FALSE, this );
+ koDocument()->paintEverything( painter, ev->rect(), false, this );
painter.end();
}