diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:45 -0600 |
commit | cd8d6f0aea68c1f0ff87520ea307fcbcf4a45347 (patch) | |
tree | 551ace01edf6b06ffa8ab70d277816b6a1147397 | |
parent | f51496578b660aa81bd58812968d674bf940199c (diff) | |
download | knowit-cd8d6f0aea68c1f0ff87520ea307fcbcf4a45347.tar.gz knowit-cd8d6f0aea68c1f0ff87520ea307fcbcf4a45347.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 768e425..dcb74e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ static const char *description = I18N_NOOP("KnowIt - notes management utility"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("Document to open"), 0 }, { 0, 0, 0 } |