summaryrefslogtreecommitdiffstats
path: root/tdepacman/score.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdepacman/score.cpp')
-rw-r--r--tdepacman/score.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp
index 41f3e09..7d81ce7 100644
--- a/tdepacman/score.cpp
+++ b/tdepacman/score.cpp
@@ -402,7 +402,7 @@ void Score::setScore(int level, int player)
// enable gameNew directly for an immediate next try
emit gameFinished();
lastPlayer = -1;
- TQTimer::singleShot(hallOfFameMS, this, SLOT(end()));
+ TQTimer::singleShot(hallOfFameMS, this, TQ_SLOT(end()));
return;
}
@@ -514,7 +514,7 @@ void Score::setPause(bool Paused)
void Score::end()
{
if (paused) {
- TQTimer::singleShot(afterPauseMS, this, SLOT(end()));
+ TQTimer::singleShot(afterPauseMS, this, TQ_SLOT(end()));
return;
}