diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
commit | 6723d581f9777be5206619112a30122439c0ee95 (patch) | |
tree | d835c452bc1081f1d58a7c209654e345ebf0fbe8 /kioslave | |
parent | deba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff) | |
download | tdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz tdebase-6723d581f9777be5206619112a30122439c0ee95.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/DEBUG.howto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/DEBUG.howto b/kioslave/DEBUG.howto index d4873e021..a1d4925a5 100644 --- a/kioslave/DEBUG.howto +++ b/kioslave/DEBUG.howto @@ -65,7 +65,7 @@ How to get debug output It is useful to redirect the debug output of your particular slave to a file instead of stderr. E.g. I myself use the following lines in -$KDEDIR/share/config/kdebugrc. +$TDEDIR/share/config/kdebugrc. [7113] InfoOutput=0 |