diff options
Diffstat (limited to 'kabc/kabc2mutt/main.cpp')
-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 }; |