diff options
Diffstat (limited to 'tests/mergecalendars.cc')
-rw-r--r-- | tests/mergecalendars.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index 274decd..b451ba7 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -37,13 +37,13 @@ #include "options.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"korgfile <path>","KOrganizer master file", 0}, {"newfile <path>","Calendar file to merge into korganizer", 0}, {"category <string>","Category to remove from 'korgfile' and to add to events in 'newfile' for synch purposes", 0}, {"verbose", "Verbose debugging", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; |