summaryrefslogtreecommitdiffstats
path: root/tdecore/README.kstartupinfo
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/README.kstartupinfo')
-rw-r--r--tdecore/README.kstartupinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/README.kstartupinfo b/tdecore/README.kstartupinfo
index 91d87329f..051b1fae6 100644
--- a/tdecore/README.kstartupinfo
+++ b/tdecore/README.kstartupinfo
@@ -30,7 +30,7 @@ ASNs which will stay too long until a timeout ). For improving the quality
of ASN and reducing the number of ASNs that don't detect when the application
has started, some .desktop file entries may be helpful ( see below ).
If you want to start an application in your code, prefer using KRun or
-TDEApplication::startServiceByXXX() calls. Classes like KProcess don't create
+TDEApplication::startServiceByXXX() calls. Classes like TDEProcess don't create
ASN, so if you need to use it, you have to send it manually ( only in case
ASN is useful in this case, it shouldn't be sent e.g. for system processes ).