summaryrefslogtreecommitdiffstats
path: root/kaddressbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
commit02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch)
treeaf4cf59b73c929b15d4d147921dec9fd41727608 /kaddressbook
parent28bf0c14b571dd696a51e62aa4b18c06d20816af (diff)
downloadtdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz
tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kaddressbook')
-rw-r--r--kaddressbook/kaddressbook_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook_options.h b/kaddressbook/kaddressbook_options.h
index 7b12532c3..e0c189fb8 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 */