diff options
Diffstat (limited to 'libkcal/tests/testresource.cpp')
-rw-r--r-- | libkcal/tests/testresource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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[]) |