summaryrefslogtreecommitdiffstats
path: root/src/kile/kilejscript.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
commita09ed2cc43f2688c140376d37d4e59f5c7313801 (patch)
tree2d38246cac36617459c6381a12edddda15035fe6 /src/kile/kilejscript.h
parent774bbe19c335a729e8cc14f401f29a016bfa5534 (diff)
downloadkile-a09ed2cc43f2688c140376d37d4e59f5c7313801.tar.gz
kile-a09ed2cc43f2688c140376d37d4e59f5c7313801.zip
Fix references to user profile directory.
Diffstat (limited to 'src/kile/kilejscript.h')
-rw-r--r--src/kile/kilejscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kilejscript.h b/src/kile/kilejscript.h
index de0706b..9593176 100644
--- a/src/kile/kilejscript.h
+++ b/src/kile/kilejscript.h
@@ -167,7 +167,7 @@ class Manager : public TQObject {
/**
* Returns the directory that can be used by the used to store Kile's scripts.
- * Usually $HOME/.kde/share/apps/kile/scripts
+ * Usually $HOME/.trinity/share/apps/kile/scripts
**/
TQString getLocalJScriptDirectory() const;