diff options
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp index a9a97a98..faffd375 100644 --- a/kbattleship/kbattleship/main.cpp +++ b/kbattleship/kbattleship/main.cpp @@ -23,10 +23,10 @@ extern const char *clientName, *clientVersion, *clientDescription; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"!+[URL]", I18N_NOOP("URL of server to attach to. In the form kbattleship://host:port/ or host:port"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |