diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:24:38 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:24:38 -0600 |
commit | 7ccec9def581eca60cd30bbcd6bda08024d81879 (patch) | |
tree | 0fce00f68c063d8d9ad6e4986a3dd76a9819cae5 /doc/api/HowToAddPlugins.dox | |
parent | 2440b621ccc596299855abed364df856be8afe3a (diff) | |
download | tdevelop-7ccec9def581eca60cd30bbcd6bda08024d81879.tar.gz tdevelop-7ccec9def581eca60cd30bbcd6bda08024d81879.zip |
Fix references to user profile directory.
Diffstat (limited to 'doc/api/HowToAddPlugins.dox')
-rw-r--r-- | doc/api/HowToAddPlugins.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox index 70176630..c4fc2f96 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -195,7 +195,7 @@ void GDBBreakpointWidget::savePartialProjectSession(QDomElement* el) </pre></code> Note that the .kdevses is related to a project. User settings equal for all projects don't -belong to here. You save them to ~/.kde/share/config/tdeveloprc via class KConfig of the +belong to here. You save them to ~/.trinity/share/config/tdeveloprc via class KConfig of the tdecore library. Document your part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). |