Fix references to user profile directory.

(cherry picked from commit 7ccec9def5)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 90ad5249f5
commit a5c88dc0c6

@ -135,7 +135,7 @@ if [ `id -u` = 0 ]; then
# we are root so install the template into the global kde directory
kde_dir=`kde-config --prefix`
else
# we are a user so install it into $HOME/.kde/share/apps/kdevappwizard directory
# we are a user so install it into $HOME/.trinity/share/apps/kdevappwizard directory
kde_dir=`kde-config --localprefix`
echo "Note: It would be better to install as root. Press CTRL+C to abort"
fi

@ -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/kdeveloprc via class KConfig of the
belong to here. You save them to ~/.trinity/share/config/kdeveloprc via class KConfig of the
kdecore library.
Document your part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file).

@ -119,7 +119,7 @@ public:
KURL::List resourcesRecursive(const TQString &profileName, const TQString &nameFilter);
/**Adds a resource for the profile. Resource will be copied to the user profile directory
(like $HOME/.kde/share/apps/kdevelop/profiles/...).
(like $HOME/.trinity/share/apps/kdevelop/profiles/...).
@param profileName A name of the profile.
@param url The url to a file to copy as a profile resource.*/
void addResource(const TQString &profileName, const KURL &url);

Loading…
Cancel
Save