diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:27:09 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-01 02:24:16 +0100 |
commit | fcaaeef9216b33760398a9b1842ddba8102090b7 (patch) | |
tree | 3aa1d89fa5525efa34d3b5cb004914b5a6b5c138 | |
parent | b1f4d354624237dfee4c6718786f755c71c6cabc (diff) | |
download | ktorrent-fcaaeef9216b33760398a9b1842ddba8102090b7.tar.gz ktorrent-fcaaeef9216b33760398a9b1842ddba8102090b7.zip |
Fix references to user profile directory.
(cherry picked from commit efbdf0684d321e59582d5ec947286c7989e2147a)
-rw-r--r-- | libktorrent/functions.h | 2 | ||||
-rw-r--r-- | plugins/scheduler/bwsprefpagewidget.h | 2 |
2 files changed, 2 insertions, 2 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(); } diff --git a/plugins/scheduler/bwsprefpagewidget.h b/plugins/scheduler/bwsprefpagewidget.h index 840311c..0777265 100644 --- a/plugins/scheduler/bwsprefpagewidget.h +++ b/plugins/scheduler/bwsprefpagewidget.h @@ -42,7 +42,7 @@ namespace kt /** * @brief Loads default schedule. - * Default schedule is currently active (if enabled) and it's in ~/.kde/share/apps/ktorrent/bwschedule + * Default schedule is currently active (if enabled) and it's in ~/.trinity/share/apps/ktorrent/bwschedule */ void loadDefault(); |