summaryrefslogtreecommitdiffstats
path: root/libktorrent
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:27:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:27:09 -0500
commitefbdf0684d321e59582d5ec947286c7989e2147a (patch)
tree391a56b510fe9184bfb4537295e08c8a1636d90c /libktorrent
parent87a4131077d1d7abd558469f38d9f12d87637ee4 (diff)
downloadktorrent-efbdf0684d321e59582d5ec947286c7989e2147a.tar.gz
ktorrent-efbdf0684d321e59582d5ec947286c7989e2147a.zip
Fix references to user profile directory.
Diffstat (limited to 'libktorrent')
-rw-r--r--libktorrent/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/functions.h b/libktorrent/functions.h
index f6bd8dd..4b2a9ee 100644
--- a/libktorrent/functions.h
+++ b/libktorrent/functions.h
@@ -27,7 +27,7 @@ namespace kt
{
/**
* Will return the data directory
- * @return ~/.kde/share/apps/ktorrent/
+ * @return ~/.trinity/share/apps/ktorrent/
*/
TQString DataDir();
}