From efbdf0684d321e59582d5ec947286c7989e2147a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:27:09 -0500 Subject: [PATCH] Fix references to user profile directory. --- libktorrent/functions.h | 2 +- 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 eb646ee..a2e68e0 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();