diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:07 -0600 |
commit | b4e545384b42deff2db00ff815c4cacbeb5d1860 (patch) | |
tree | bfb3416e8ebc56b09f3df5e68eb0473dbc5ef13c /doc/api | |
parent | 35f3f9ef33100c276b267e7e933709fdf737b2fe (diff) | |
download | tdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.tar.gz tdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.zip |
Additional kde to tde renaming
Diffstat (limited to 'doc/api')
-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 ce8f259a..6171d9aa 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -196,7 +196,7 @@ void GDBBreakpointWidget::savePartialProjectSession(QDomElement* el) 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/kdeveloprc via class KConfig of the -kdecore library. +tdecore library. Document your part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). |