diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
commit | dc6974ef6a48769ddf686426ae05bc00ba9de492 (patch) | |
tree | 84b71b2fd51c40ad39317e21c3a78f003ae7c6a8 /konq-plugins/autorefresh | |
parent | 11433c5e3b04586d6955b0fc36f2a5136d766f63 (diff) | |
download | tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.tar.gz tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'konq-plugins/autorefresh')
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h index c84295d..cc5dd92 100644 --- a/konq-plugins/autorefresh/autorefresh.h +++ b/konq-plugins/autorefresh/autorefresh.h @@ -25,7 +25,7 @@ class TQTimer; * * If you want this plugin to be used by a part, you need to * install the rc file under the directory - * "data" (KDEDIR/share/apps usually)+"/instancename/kpartplugins/" + * "data" (TDEDIR/share/apps usually)+"/instancename/kpartplugins/" * where instancename is the name of the part's instance. **/ class AutoRefresh : public KParts::Plugin |