diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:48 -0600 |
commit | e6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch) | |
tree | 488fdb21701a3565f3daeeed90f31a05533d391f /kbounce | |
parent | 7b6ec716009dcd841390a5a4d671b73c25466471 (diff) | |
download | tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kbounce')
-rw-r--r-- | kbounce/game.cpp | 2 | ||||
-rw-r--r-- | kbounce/kbounce.cpp | 2 | ||||
-rw-r--r-- | kbounce/main.cpp | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/kbounce/game.cpp b/kbounce/game.cpp index 5ba84ee0..f6583de8 100644 --- a/kbounce/game.cpp +++ b/kbounce/game.cpp @@ -20,7 +20,7 @@ #include <stdlib.h> #include <tqtimer.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <tqimage.h> #include <kglobalsettings.h> diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp index ed05cf7f..bdfa4f32 100644 --- a/kbounce/kbounce.cpp +++ b/kbounce/kbounce.cpp @@ -18,7 +18,7 @@ #include <tqlayout.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeaction.h> #include <kstdgameaction.h> #include <tqtimer.h> diff --git a/kbounce/main.cpp b/kbounce/main.cpp index ebbfa6b0..e3243c56 100644 --- a/kbounce/main.cpp +++ b/kbounce/main.cpp @@ -16,9 +16,9 @@ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include "../config.h" |