diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:20:52 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:20:52 -0600 |
commit | cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8 (patch) | |
tree | 1fd4f6d68e42891bfb97245f945f61b1908857bf /konsolekalendar | |
parent | 7a46add9872b60c94d870e5c75689ac7af3ae1e6 (diff) | |
download | tdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.tar.gz tdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.zip |
Fix references to user profile directory.
Diffstat (limited to 'konsolekalendar')
-rwxr-xr-x | konsolekalendar/examples/tcm2kcal.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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 <year>, where year is an integer YYYY # default is current year # -f <file>, 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 <konsolekalendar> 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"; |