summaryrefslogtreecommitdiffstats
path: root/atlantik
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 /atlantik
parentb4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff)
downloadtdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz
tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'atlantik')
-rw-r--r--atlantik/client/main.cpp4
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[])