From 6946130bb142337c633a25f34f11f9cd0e12d5de Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:57:10 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- kfouleggs/ai.cpp | 2 +- kfouleggs/board.cpp | 2 +- kfouleggs/field.cpp | 2 +- kfouleggs/main.cpp | 2 +- kfouleggs/piece.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kfouleggs') 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 +#include #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 +#include #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 -#include +#include #include #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 +#include #include #include 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 #include -#include +#include #include "base/board.h" -- cgit v1.2.1