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 /lskat | |
parent | b4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff) | |
download | tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'lskat')
-rw-r--r-- | lskat/lskat/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lskat/lskat/main.cpp b/lskat/lskat/main.cpp index 434e8e43..00b8b7a1 100644 --- a/lskat/lskat/main.cpp +++ b/lskat/lskat/main.cpp @@ -17,11 +17,11 @@ #include <kaboutdata.h> #include "lskat.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d", 0, 0}, { "debug <level>", I18N_NOOP("Enter debug level"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int global_debug; |