diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
commit | 02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch) | |
tree | af4cf59b73c929b15d4d147921dec9fd41727608 /kabc/kabc2mutt | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kabc/kabc2mutt')
-rw-r--r-- | kabc/kabc2mutt/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/kabc2mutt/main.cpp b/kabc/kabc2mutt/main.cpp index f9f41f8ae..b44a01430 100644 --- a/kabc/kabc2mutt/main.cpp +++ b/kabc/kabc2mutt/main.cpp @@ -30,14 +30,14 @@ static const char appName[] = "kabc2mutt"; static const char programName[] = I18N_NOOP( "kabc2mutt" ); static const char description[] = I18N_NOOP( "kabc - mutt converter" ); -static KCmdLineOptions k2moptions[] = +static TDECmdLineOptions k2moptions[] = { { "query <substring>", I18N_NOOP( "Only show contacts where name or address matches <substring>" ), 0 }, { "format <format>", I18N_NOOP( "Default format is 'alias'. 'query' returns email<tab>name<tab>, as needed by mutt's query_command" ), "alias" }, { "alternate-key-format", I18N_NOOP( "Default key format is 'JohDoe', this option turns it into 'jdoe'" ), 0 }, { "ignore-case", I18N_NOOP( "Make queries case insensitive" ), 0 }, { "all-addresses", I18N_NOOP( "Return all mail addresses, not just the preferred one" ), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; |