summaryrefslogtreecommitdiffstats
path: root/ktron
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 /ktron
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ktron')
-rw-r--r--ktron/ktron.cpp4
-rw-r--r--ktron/tron.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/ktron/ktron.cpp b/ktron/ktron.cpp
index 8fab5eac..1209421a 100644
--- a/ktron/ktron.cpp
+++ b/ktron/ktron.cpp
@@ -22,8 +22,8 @@
#include "ktron.h"
#include <tdeconfigdialog.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <tdeaction.h>
#include <kstdgameaction.h>
#include <tdeapplication.h>
diff --git a/ktron/tron.cpp b/ktron/tron.cpp
index 2ed4cd74..4fb53878 100644
--- a/ktron/tron.cpp
+++ b/ktron/tron.cpp
@@ -20,13 +20,13 @@
***************************************************************************/
// Background
#include <tdeio/netaccess.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
// Normal class
#include <tqtimer.h>
#include <kdebug.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kcolordialog.h>