summaryrefslogtreecommitdiffstats
path: root/kbounce
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:10 -0600
commit6946130bb142337c633a25f34f11f9cd0e12d5de (patch)
treee4d2629cabc5254b98c1c0095d1f45e793edf226 /kbounce
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
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>