From 1093e60627e83e9f88f4478f249a9dc2c054ba08 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:36 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- atlantik/client/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atlantik') 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 ", I18N_NOOP("Connect to this host"), 0 }, @@ -31,7 +31,7 @@ static KCmdLineOptions options[] = { "port ", I18N_NOOP("Connect at this port"), "1234" }, { "g", 0, 0 }, { "game ", I18N_NOOP("Join this game"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) -- cgit v1.2.1