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 --- korganizer/korganizer_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korganizer/korganizer_options.h') diff --git a/korganizer/korganizer_options.h b/korganizer/korganizer_options.h index 52511ac9c..b29366165 100644 --- a/korganizer/korganizer_options.h +++ b/korganizer/korganizer_options.h @@ -29,7 +29,7 @@ #include #include -static const KCmdLineOptions korganizer_options[] = +static const TDECmdLineOptions korganizer_options[] = { { "i", 0, 0 }, { "import", I18N_NOOP("Import the given calendars as new resources into the default calendar"), 0 }, @@ -38,7 +38,7 @@ static const KCmdLineOptions korganizer_options[] = { "o", 0, 0 }, { "open", I18N_NOOP("Open the given calendars in a new window"), 0 }, { "+[calendars]", I18N_NOOP("Calendar files or urls. Unless -i, -o or -m is explicitly specified, the user will be asked whether to import, merge or open in a separate window."), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #endif /* KORGANIZER_OPTIONS_H */ -- cgit v1.2.1