summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizer_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korganizer_options.h')
-rw-r--r--korganizer/korganizer_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korganizer_options.h b/korganizer/korganizer_options.h
index 52511ac9..b2936616 100644
--- a/korganizer/korganizer_options.h
+++ b/korganizer/korganizer_options.h
@@ -29,7 +29,7 @@
#include <kcmdlineargs.h>
#include <klocale.h>
-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 */