diff options
Diffstat (limited to 'libkcal/tests')
-rw-r--r-- | libkcal/tests/readandwrite.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testcalendar.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testfields.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testincidence.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testrecurprevious.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testrecurrence.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testrecurrencetype.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testrecurson.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testresource.cpp | 4 | ||||
-rw-r--r-- | libkcal/tests/testvcalexport.cpp | 4 |
10 files changed, 20 insertions, 20 deletions
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 <type>", "The resource to test", 0 }, { "configfile <file>", "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 ) |