diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:40:13 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:40:13 -0600 |
commit | 1c31749c852f40e13868334a179f31c4c5c3c05d (patch) | |
tree | 816986acd1f423ad3a6c508f24f7c358a82ba9e6 /kopete/libkopete | |
parent | 6e76ea6798905b5afa5079133a957fbe93bac028 (diff) | |
download | tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.tar.gz tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.zip |
Fix references to user profile directory.
Diffstat (limited to 'kopete/libkopete')
-rw-r--r-- | kopete/libkopete/kopetepicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetepicture.h b/kopete/libkopete/kopetepicture.h index 46e7a7c2..a681e7ca 100644 --- a/kopete/libkopete/kopetepicture.h +++ b/kopete/libkopete/kopetepicture.h @@ -41,7 +41,7 @@ namespace Kopete * You can only use an TQImage and a image path to create/update * the picture. * If the picture doesn't exist as a file, it generate a local - * copy into ~/.kde/share/apps/kopete/metacontactpicturecache + * copy into ~/.trinity/share/apps/kopete/metacontactpicturecache * * This class is implicitly shared, so don't use it as a pointer. * |