diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:32 -0600 |
commit | 9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4 (patch) | |
tree | fd03284328d7fbf88ace3e6c4ebe86c6a2d28ba5 /libkholidays | |
parent | f2a152bb4c76b5e29e782c5ecf49a2b44fdd87e5 (diff) | |
download | tdepim-9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4.tar.gz tdepim-9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'libkholidays')
-rw-r--r-- | libkholidays/kholidays.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkholidays/kholidays.h b/libkholidays/kholidays.h index fca42d86b..b2e31b875 100644 --- a/libkholidays/kholidays.h +++ b/libkholidays/kholidays.h @@ -47,7 +47,7 @@ class KDE_EXPORT KHolidays { static TQString fileForLocation( const TQString &location ); /** Return the directory for user-specific holiday files (i.e. somewhere below - $KDEDIR/share/apps/). Don't automatically create that path by default. + $TDEDIR/share/apps/). Don't automatically create that path by default. */ static TQString userPath( bool create = false ); /** |