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 --- libkcal/convertqtopia.cpp | 4 ++-- libkcal/tests/readandwrite.cpp | 4 ++-- libkcal/tests/testcalendar.cpp | 4 ++-- libkcal/tests/testfields.cpp | 4 ++-- libkcal/tests/testincidence.cpp | 4 ++-- libkcal/tests/testrecurprevious.cpp | 4 ++-- libkcal/tests/testrecurrence.cpp | 4 ++-- libkcal/tests/testrecurrencetype.cpp | 4 ++-- libkcal/tests/testrecurson.cpp | 4 ++-- libkcal/tests/testresource.cpp | 4 ++-- libkcal/tests/testvcalexport.cpp | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) (limited to 'libkcal') diff --git a/libkcal/convertqtopia.cpp b/libkcal/convertqtopia.cpp index 2467e83d0..dd03ed556 100644 --- a/libkcal/convertqtopia.cpp +++ b/libkcal/convertqtopia.cpp @@ -36,7 +36,7 @@ using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"q", 0, 0 }, {"qtopia2icalendar", I18N_NOOP("Convert TQtopia calendar file to iCalendar"), 0 }, @@ -45,7 +45,7 @@ static const KCmdLineOptions options[] = {"o", 0, 0}, {"output ", I18N_NOOP("Output file"), 0 }, {"+input", I18N_NOOP("Input file"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/libkcal/tests/readandwrite.cpp b/libkcal/tests/readandwrite.cpp index b2cd5b9c4..626f5a52a 100644 --- a/libkcal/tests/readandwrite.cpp +++ b/libkcal/tests/readandwrite.cpp @@ -36,12 +36,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "+output", "Name of output file", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) diff --git a/libkcal/tests/testcalendar.cpp b/libkcal/tests/testcalendar.cpp index d2be3b714..7e3770a3a 100644 --- a/libkcal/tests/testcalendar.cpp +++ b/libkcal/tests/testcalendar.cpp @@ -29,10 +29,10 @@ using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/libkcal/tests/testfields.cpp b/libkcal/tests/testfields.cpp index c08af78e1..eeadbaae5 100644 --- a/libkcal/tests/testfields.cpp +++ b/libkcal/tests/testfields.cpp @@ -31,10 +31,10 @@ using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/libkcal/tests/testincidence.cpp b/libkcal/tests/testincidence.cpp index b6502ec8f..a4f101133 100644 --- a/libkcal/tests/testincidence.cpp +++ b/libkcal/tests/testincidence.cpp @@ -31,10 +31,10 @@ using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/libkcal/tests/testrecurprevious.cpp b/libkcal/tests/testrecurprevious.cpp index 8ad8f169b..e65803b12 100644 --- a/libkcal/tests/testrecurprevious.cpp +++ b/libkcal/tests/testrecurprevious.cpp @@ -38,12 +38,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "[+output]", "optional name of output file for the recurrence dates", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/libkcal/tests/testrecurrence.cpp b/libkcal/tests/testrecurrence.cpp index cbcec6697..8102c0991 100644 --- a/libkcal/tests/testrecurrence.cpp +++ b/libkcal/tests/testrecurrence.cpp @@ -38,12 +38,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "[+output]", "optional name of output file for the recurrence dates", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/libkcal/tests/testrecurrencetype.cpp b/libkcal/tests/testrecurrencetype.cpp index cbcec6697..8102c0991 100644 --- a/libkcal/tests/testrecurrencetype.cpp +++ b/libkcal/tests/testrecurrencetype.cpp @@ -38,12 +38,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "[+output]", "optional name of output file for the recurrence dates", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/libkcal/tests/testrecurson.cpp b/libkcal/tests/testrecurson.cpp index 37694ae7b..09b65aa64 100644 --- a/libkcal/tests/testrecurson.cpp +++ b/libkcal/tests/testrecurson.cpp @@ -38,12 +38,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "[+output]", "optional name of output file for the recurrence dates", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 31f8d9b10..54b536831 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -45,11 +45,11 @@ #include "icalformat.h" #include "event.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "resource ", "The resource to test", 0 }, { "configfile ", "Location of a config file for the resource", 0 }, - KCmdLineLastOption // End of options + TDECmdLineLastOption // End of options }; int main(int argc, char *argv[]) diff --git a/libkcal/tests/testvcalexport.cpp b/libkcal/tests/testvcalexport.cpp index 810a0a6cc..304569c06 100644 --- a/libkcal/tests/testvcalexport.cpp +++ b/libkcal/tests/testvcalexport.cpp @@ -40,12 +40,12 @@ extern "C" { using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "verbose", "Verbose output", 0 }, { "+input", "Name of input file", 0 }, { "+output", "Name of output file", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) -- cgit v1.2.1