summaryrefslogtreecommitdiffstats
path: root/kasteroids/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kasteroids/toplevel.cpp')
-rw-r--r--kasteroids/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kasteroids/toplevel.cpp b/kasteroids/toplevel.cpp
index 41e12e79..e818f834 100644
--- a/kasteroids/toplevel.cpp
+++ b/kasteroids/toplevel.cpp
@@ -641,7 +641,7 @@ void KAstTopLevel::doStats()
.arg(view->shots() - view->hits())
.arg(r);
- view->showText( s, green, FALSE );
+ view->showText( s, green, false );
}
void KAstTopLevel::slotUpdateVitals()