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 /knetwalk | |
parent | b4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff) | |
download | tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'knetwalk')
-rw-r--r-- | knetwalk/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knetwalk/src/main.cpp b/knetwalk/src/main.cpp index 94b54af1..581bb636 100644 --- a/knetwalk/src/main.cpp +++ b/knetwalk/src/main.cpp @@ -28,13 +28,13 @@ I18N_NOOP("KNetWalk, a game for system administrators."); static const char version[] = "1.0"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "Novice", I18N_NOOP( "Start in novice mode" ), 0 }, { "Normal", I18N_NOOP( "Start in normal mode" ), 0 }, { "Expert", I18N_NOOP( "Start in expert mode" ), 0 }, { "Master", I18N_NOOP( "Start in master mode" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char ** argv) |