summaryrefslogtreecommitdiffstats
path: root/ksokoban/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksokoban/main.cpp')
-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.
};