summaryrefslogtreecommitdiffstats
path: root/ksnake/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:48 -0600
commite6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch)
tree488fdb21701a3565f3daeeed90f31a05533d391f /ksnake/main.cpp
parent7b6ec716009dcd841390a5a4d671b73c25466471 (diff)
downloadtdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz
tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'ksnake/main.cpp')
-rw-r--r--ksnake/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksnake/main.cpp b/ksnake/main.cpp
index ae4f9098..bb4b0474 100644
--- a/ksnake/main.cpp
+++ b/ksnake/main.cpp
@@ -25,9 +25,9 @@
#include "game.h"
#include "version.h"
-#include <kapplication.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeapplication.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
static const char description[] = I18N_NOOP("TDE Snake Race Game");