diff options
Diffstat (limited to 'ksnake/basket.cpp')
-rw-r--r-- | ksnake/basket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/basket.cpp b/ksnake/basket.cpp index 8d124a45..138336cd 100644 --- a/ksnake/basket.cpp +++ b/ksnake/basket.cpp @@ -81,7 +81,7 @@ void Basket::newApples() } } -void Basket::tqrepaint(bool dirty ) +void Basket::repaint(bool dirty ) { Kaffee *g; for ( g = list->first(); g != 0; g = list->next()) { |