summaryrefslogtreecommitdiffstats
path: root/ksnake
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake')
-rw-r--r--ksnake/rattler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/rattler.cpp b/ksnake/rattler.cpp
index d94307be..31b21101 100644
--- a/ksnake/rattler.cpp
+++ b/ksnake/rattler.cpp
@@ -344,7 +344,7 @@ void Rattler::restartDemo()
if (!gameState.testBit(Demo))
return;
- int r = 50000+ (kapp->random() % 30000);
+ int r = 50000+ (tdeApp->random() % 30000);
TQTimer::singleShot( r, this, TQ_SLOT(restartDemo()) );
stop();