summaryrefslogtreecommitdiffstats
path: root/ksokoban
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:36 -0600
commit1093e60627e83e9f88f4478f249a9dc2c054ba08 (patch)
tree5b896132582c5dc409bf235a14959fef44705717 /ksokoban
parentb4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff)
downloadtdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz
tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksokoban')
-rw-r--r--ksokoban/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksokoban/main.cpp b/ksokoban/main.cpp
index f3536042..cdef8419 100644
--- a/ksokoban/main.cpp
+++ b/ksokoban/main.cpp
@@ -32,10 +32,10 @@ static const char description[] = I18N_NOOP("The japanese warehouse keeper game"
static const char version[] = "0.4.2";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[file]", I18N_NOOP("Level collection file to load"), 0 },
- KCmdLineLastOption // End of options.
+ TDECmdLineLastOption // End of options.
};