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