From 02fa17d6dd9d871f40038cd9ac615e9e1154724b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:16 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kaddressbook/kaddressbook_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaddressbook') 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 #include -static KCmdLineOptions kaddressbook_options[] = +static TDECmdLineOptions kaddressbook_options[] = { { "a", 0 , 0 }, { "addr ", 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 ", I18N_NOOP( "Work on given file" ), 0 }, { "+[URL]", I18N_NOOP( "Import the given vCard" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #endif /* KADDRESSBOOK_OPTIONS_H */ -- cgit v1.2.3