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/korgac/korgacmain.cpp | 2 +- korganizer/korganizer_options.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer') diff --git a/korganizer/korgac/korgacmain.cpp b/korganizer/korgac/korgacmain.cpp index 0db40fed..b4c6a69c 100644 --- a/korganizer/korgac/korgacmain.cpp +++ b/korganizer/korgac/korgacmain.cpp @@ -54,7 +54,7 @@ class MyApp : public KUniqueApplication static const char korgacVersion[] = "0.9"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { 0, 0, 0 } }; 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 #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.3