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