summaryrefslogtreecommitdiffstats
path: root/konsolekalendar/examples/tcm2kcal.pl
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:20:52 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:23 +0100
commitd42076f18783a48fffbaea48720ff6257251ba28 (patch)
treefde0835b742c929ba53c81f11d6c2b2e739f54ca /konsolekalendar/examples/tcm2kcal.pl
parent99522ebebf4d2f1c6073e1508182bf1190670713 (diff)
downloadtdepim-d42076f18783a48fffbaea48720ff6257251ba28.tar.gz
tdepim-d42076f18783a48fffbaea48720ff6257251ba28.zip
Fix references to user profile directory.
(cherry picked from commit cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8)
Diffstat (limited to 'konsolekalendar/examples/tcm2kcal.pl')
-rwxr-xr-xkonsolekalendar/examples/tcm2kcal.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/konsolekalendar/examples/tcm2kcal.pl b/konsolekalendar/examples/tcm2kcal.pl
index 1fb3be31..15949a79 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";