diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:08 -0600 |
commit | 3a3518bb002cace6891cdf58a7ee83b3fb15ce8a (patch) | |
tree | bb273a5ad3e2eab78fe99fc6d625abe197b3c5e7 /kwordquiz | |
parent | 8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff) | |
download | tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kwordquiz')
-rw-r--r-- | kwordquiz/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwordquiz/src/main.cpp b/kwordquiz/src/main.cpp index bbfc2f1b..de9d7a9a 100644 --- a/kwordquiz/src/main.cpp +++ b/kwordquiz/src/main.cpp @@ -23,7 +23,7 @@ static const char *description = I18N_NOOP("A powerful flashcard and vocabulary learning program"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "m", 0, 0 }, { "mode <number>", I18N_NOOP("A number 1-5 corresponding to the \nentries in the Mode menu"), 0 }, |