summaryrefslogtreecommitdiffstats
path: root/tests/importdatebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importdatebook.cc')
-rw-r--r--tests/importdatebook.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc
index 24281c0..c05ffa7 100644
--- a/tests/importdatebook.cc
+++ b/tests/importdatebook.cc
@@ -43,12 +43,12 @@
#include "../conduits/vcalconduit/kcalRecord.cc"
#include "../conduits/vcalconduit/vcalRecord.cc"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
{"data-dir <path>","Set data directory", "."},
{"vcal-file <path>","Set vcal file", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};