diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:36 -0600 |
commit | 1093e60627e83e9f88f4478f249a9dc2c054ba08 (patch) | |
tree | 5b896132582c5dc409bf235a14959fef44705717 /kenolaba/kenolaba.cpp | |
parent | b4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff) | |
download | tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kenolaba/kenolaba.cpp')
-rw-r--r-- | kenolaba/kenolaba.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kenolaba/kenolaba.cpp b/kenolaba/kenolaba.cpp index fe9bbacc..d391cbb1 100644 --- a/kenolaba/kenolaba.cpp +++ b/kenolaba/kenolaba.cpp @@ -16,13 +16,13 @@ static const char description[] = I18N_NOOP("Board game inspired by Abalone"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "h", 0, 0}, { "host <host>", I18N_NOOP("Use 'host' for network game"), 0 }, { "p", 0, 0}, { "port <port>", I18N_NOOP("Use 'port' for network game"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; AbTop *create(TDECmdLineArgs *args) |