summaryrefslogtreecommitdiffstats
path: root/kaddressbook
diff options
context:
space:
mode:
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 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 */