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 /kaddressbook/kaddressbook_options.h | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kaddressbook/kaddressbook_options.h')
-rw-r--r-- | kaddressbook/kaddressbook_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook_options.h b/kaddressbook/kaddressbook_options.h index 7b12532c..e0c189fb 100644 --- a/kaddressbook/kaddressbook_options.h +++ b/kaddressbook/kaddressbook_options.h @@ -27,7 +27,7 @@ #include <kcmdlineargs.h> #include <klocale.h> -static KCmdLineOptions kaddressbook_options[] = +static TDECmdLineOptions kaddressbook_options[] = { { "a", 0 , 0 }, { "addr <email>", I18N_NOOP( "Shows contact editor with given email address" ), 0 }, @@ -36,7 +36,7 @@ static KCmdLineOptions kaddressbook_options[] = { "new-contact", I18N_NOOP( "Launches editor for the new contact" ), 0 }, { "document <file>", I18N_NOOP( "Work on given file" ), 0 }, { "+[URL]", I18N_NOOP( "Import the given vCard" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #endif /* KADDRESSBOOK_OPTIONS_H */ |