summaryrefslogtreecommitdiffstats
path: root/kfouleggs
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 /kfouleggs
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kfouleggs')
-rw-r--r--kfouleggs/ai.cpp2
-rw-r--r--kfouleggs/board.cpp2
-rw-r--r--kfouleggs/field.cpp2
-rw-r--r--kfouleggs/main.cpp2
-rw-r--r--kfouleggs/piece.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/kfouleggs/ai.cpp b/kfouleggs/ai.cpp
index ee8a6c4b..bd145456 100644
--- a/kfouleggs/ai.cpp
+++ b/kfouleggs/ai.cpp
@@ -1,7 +1,7 @@
#include "ai.h"
#include "ai.moc"
-#include <klocale.h>
+#include <tdelocale.h>
#include "board.h"
diff --git a/kfouleggs/board.cpp b/kfouleggs/board.cpp
index 5383c619..aa62626c 100644
--- a/kfouleggs/board.cpp
+++ b/kfouleggs/board.cpp
@@ -1,7 +1,7 @@
#include "board.h"
#include "board.moc"
-#include <kglobal.h>
+#include <tdeglobal.h>
#include "common/misc_ui.h"
#include "piece.h"
diff --git a/kfouleggs/field.cpp b/kfouleggs/field.cpp
index ae9bcdce..89e2d953 100644
--- a/kfouleggs/field.cpp
+++ b/kfouleggs/field.cpp
@@ -3,7 +3,7 @@
#include <tqwhatsthis.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kgamelcd.h>
#include "common/commonprefs.h"
diff --git a/kfouleggs/main.cpp b/kfouleggs/main.cpp
index 0ea94b01..efc27d6c 100644
--- a/kfouleggs/main.cpp
+++ b/kfouleggs/main.cpp
@@ -1,7 +1,7 @@
#include "main.h"
#include "main.moc"
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeapplication.h>
#include <khighscore.h>
diff --git a/kfouleggs/piece.cpp b/kfouleggs/piece.cpp
index 075bac7a..309ed6ac 100644
--- a/kfouleggs/piece.cpp
+++ b/kfouleggs/piece.cpp
@@ -5,7 +5,7 @@
#include <tqpainter.h>
#include <tqbitmap.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "base/board.h"