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();