diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
commit | 99cc03399059853dd8699cae5752e8122cb715f1 (patch) | |
tree | 825da375ac05fc555e25b2e350504e211d85d2fb /kinit/README.DCOP | |
parent | d5b3ae721dc072e0c70055313de9b5228b6688a8 (diff) | |
download | tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kinit/README.DCOP')
-rw-r--r-- | kinit/README.DCOP | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kinit/README.DCOP b/kinit/README.DCOP index 43f951226..af5aff809 100644 --- a/kinit/README.DCOP +++ b/kinit/README.DCOP @@ -34,8 +34,8 @@ serviceResult start_service_by_name(QString serviceName, QStringList url) * Start a service by desktop path. * * 'serviceName' refers to a desktop file describing the service. - * This may be an absolute path or a path relative to $KDEDIRS/applnk - * and/or $KDEDIRS/services + * This may be an absolute path or a path relative to $TDEDIRS/applnk + * and/or $TDEDIRS/services * E.g. it should have the form "Applications/korganizer.desktop" or * "/opt/kde/share/applnk/Applications/korganizer.desktop". * @@ -57,8 +57,8 @@ serviceResult start_service_by_desktop_path(QString serviceName, QStringList url * Start a service by desktop name. * * 'serviceName' refers to a desktop file describing the service. - * The service is looked up anywhere in $KDEDIR/applnk and/or - * $KDEDIR/services. + * The service is looked up anywhere in $TDEDIR/applnk and/or + * $TDEDIR/services. * E.g. it should have the form "korganizer". * * 'url', if not empty, will be passed to the service as |