diff options
Diffstat (limited to 'atlantik')
-rw-r--r-- | atlantik/client/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/main.cpp b/atlantik/client/main.cpp index 21a3f0ed..65c35d4c 100644 --- a/atlantik/client/main.cpp +++ b/atlantik/client/main.cpp @@ -23,7 +23,7 @@ #include "main.h" #include "atlantik.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "h", 0, 0 }, { "host <argument>", I18N_NOOP("Connect to this host"), 0 }, @@ -31,7 +31,7 @@ static KCmdLineOptions options[] = { "port <argument>", I18N_NOOP("Connect at this port"), "1234" }, { "g", 0, 0 }, { "game <argument>", I18N_NOOP("Join this game"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |