From 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:46 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ksnake/rattler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksnake/rattler.cpp') 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 ) ); -- cgit v1.2.1