summaryrefslogtreecommitdiffstats
path: root/kbounce
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/game.cpp2
-rw-r--r--kbounce/highscores.cpp2
-rw-r--r--kbounce/kbounce.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/kbounce/game.cpp b/kbounce/game.cpp
index f6583de8..4b60df2e 100644
--- a/kbounce/game.cpp
+++ b/kbounce/game.cpp
@@ -23,7 +23,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <tqimage.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include "game.h"
diff --git a/kbounce/highscores.cpp b/kbounce/highscores.cpp
index 5dc3bf47..53789f7c 100644
--- a/kbounce/highscores.cpp
+++ b/kbounce/highscores.cpp
@@ -1,6 +1,6 @@
#include "highscores.h"
-#include <klocale.h>
+#include <tdelocale.h>
using namespace KExtHighscore;
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp
index bdfa4f32..11bd64fa 100644
--- a/kbounce/kbounce.cpp
+++ b/kbounce/kbounce.cpp
@@ -17,13 +17,13 @@
*/
#include <tqlayout.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeapplication.h>
#include <tdeaction.h>
#include <kstdgameaction.h>
#include <tqtimer.h>
#include <tqlcdnumber.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kdebug.h>
#include <tdefiledialog.h>
#include <kstatusbar.h>