diff options
Diffstat (limited to 'ksnake/rattler.cpp')
-rw-r--r-- | ksnake/rattler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/rattler.cpp b/ksnake/rattler.cpp index 458c88bf..df9748ad 100644 --- a/ksnake/rattler.cpp +++ b/ksnake/rattler.cpp @@ -308,7 +308,7 @@ void Rattler::pause() gameState.setBit(Paused); stop(); - KAction* tempPauseAction = KStdGameAction::pause(); + TDEAction* tempPauseAction = KStdGameAction::pause(); label = new TQLabel(this); label->setFont( TQFont( "Times", 14, TQFont::Bold ) ); |