From 41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:20:33 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- ksnake/game.h | 2 +- ksnake/rattler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ksnake') diff --git a/ksnake/game.h b/ksnake/game.h index 35e8cb38..4a5156c1 100644 --- a/ksnake/game.h +++ b/ksnake/game.h @@ -26,7 +26,7 @@ #ifndef GAME_H #define GAME_H -#include +#include class TDEAction; class Rattler; diff --git a/ksnake/rattler.h b/ksnake/rattler.h index bd61e871..af981c36 100644 --- a/ksnake/rattler.h +++ b/ksnake/rattler.h @@ -27,7 +27,7 @@ #define RATTLER_H #include -#include +#include #include "ball.h" #include "snake.h" -- cgit v1.2.1