summaryrefslogtreecommitdiffstats
path: root/ksnake/snake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/snake.cpp')
-rw-r--r--ksnake/snake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/snake.cpp b/ksnake/snake.cpp
index c892452b..2d6337ac 100644
--- a/ksnake/snake.cpp
+++ b/ksnake/snake.cpp
@@ -143,7 +143,7 @@ void Snake::reset(int index, int border)
}
}
-void Snake::repaint( bool dirty)
+void Snake::tqrepaint( bool dirty)
{
int x = 0;
for ( Samy *sam = list.first(); sam != 0; sam = list.next(), x++) {