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 /kolf/main.cpp | |
parent | b4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff) | |
download | tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kolf/main.cpp')
-rw-r--r-- | kolf/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/main.cpp b/kolf/main.cpp index be2d4c6f..7fae6ee8 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -19,11 +19,11 @@ I18N_NOOP("TDE Minigolf Game"); static const char version[] = "1.1.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("File"), 0 }, { "course-info ", I18N_NOOP("Print course information and exit"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |