From cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:20:52 -0600 Subject: Fix references to user profile directory. --- konsolekalendar/examples/tcm2kcal.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konsolekalendar/examples') diff --git a/konsolekalendar/examples/tcm2kcal.pl b/konsolekalendar/examples/tcm2kcal.pl index 1fb3be311..15949a79d 100755 --- a/konsolekalendar/examples/tcm2kcal.pl +++ b/konsolekalendar/examples/tcm2kcal.pl @@ -27,7 +27,7 @@ # -y , where year is an integer YYYY # default is current year # -f , where file is location of output KDE calendar -# default is $HOME/.kde/share/apps/korganizer/tcm.ics +# default is $HOME/.trinity/share/apps/korganizer/tcm.ics # -w where konsolekalendar is located use strict; @@ -42,7 +42,7 @@ use Date::Calc qw(Today Month_to_Text my($konkal)="/usr/bin/konsolekalendar"; #location of new TCM KDE calendar -my($cal)="$HOME/.kde/share/apps/korganizer/tcm.ics"; +my($cal)="$HOME/.trinity/share/apps/korganizer/tcm.ics"; #default program execution mode my($mode)="--add"; -- cgit v1.2.1