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 | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kabc')
-rw-r--r-- | kabc/kabc2mutt/main.cpp | 4 | ||||
-rw-r--r-- | kabc/kabcdistlistupdater/kabcdistlistupdater.cpp | 4 |
2 files changed, 4 insertions, 4 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 }; diff --git a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp index 99d7080da..4a15e1782 100644 --- a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp +++ b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp @@ -30,10 +30,10 @@ #include <kabc/stdaddressbook.h> #include <libtdepim/distributionlist.h> -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "disable-autostart", "Disable automatic startup on login", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; void convertDistributionLists() |