From b542273c9fe92c6be8897175c6d977d6f4b29d50 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:37:20 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tests/mergecalendars.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/mergecalendars.cc') 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 ","KOrganizer master file", 0}, {"newfile ","Calendar file to merge into korganizer", 0}, {"category ","Category to remove from 'korgfile' and to add to events in 'newfile' for synch purposes", 0}, {"verbose", "Verbose debugging", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1