summaryrefslogtreecommitdiffstats
path: root/kspaceduel
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 /kspaceduel
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kspaceduel')
-rw-r--r--kspaceduel/dialogs.cpp2
-rw-r--r--kspaceduel/mainview.cpp4
-rw-r--r--kspaceduel/playerinfo.cpp2
-rw-r--r--kspaceduel/topwidget.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/kspaceduel/dialogs.cpp b/kspaceduel/dialogs.cpp
index 636ac21e..bf4b7c3e 100644
--- a/kspaceduel/dialogs.cpp
+++ b/kspaceduel/dialogs.cpp
@@ -5,7 +5,7 @@
#include <tqlcdnumber.h>
#include <tqlayout.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "options.h"
#include "dialogs.h"
diff --git a/kspaceduel/mainview.cpp b/kspaceduel/mainview.cpp
index eb5f437f..a2645087 100644
--- a/kspaceduel/mainview.cpp
+++ b/kspaceduel/mainview.cpp
@@ -7,9 +7,9 @@
#include <tdeapplication.h>
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <tdeconfig.h>
#include <kiconloader.h>
diff --git a/kspaceduel/playerinfo.cpp b/kspaceduel/playerinfo.cpp
index 2e1ef91d..1308feaf 100644
--- a/kspaceduel/playerinfo.cpp
+++ b/kspaceduel/playerinfo.cpp
@@ -1,7 +1,7 @@
#include "playerinfo.h"
#include <tqpixmap.h>
#include <tqtooltip.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
diff --git a/kspaceduel/topwidget.cpp b/kspaceduel/topwidget.cpp
index 8d614f88..cd8fd8dc 100644
--- a/kspaceduel/topwidget.cpp
+++ b/kspaceduel/topwidget.cpp
@@ -1,4 +1,4 @@
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeaccel.h>
#include <kkeydialog.h>
#include <tdeaction.h>