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 /plugins | |
parent | b1f4d354624237dfee4c6718786f755c71c6cabc (diff) | |
download | ktorrent-fcaaeef9216b33760398a9b1842ddba8102090b7.tar.gz ktorrent-fcaaeef9216b33760398a9b1842ddba8102090b7.zip |
Fix references to user profile directory.
(cherry picked from commit efbdf0684d321e59582d5ec947286c7989e2147a)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/scheduler/bwsprefpagewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |