summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KRun.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KRun.java')
-rw-r--r--kdejava/koala/org/kde/koala/KRun.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KRun.java b/kdejava/koala/org/kde/koala/KRun.java
index 210da4d3..cff760be 100644
--- a/kdejava/koala/org/kde/koala/KRun.java
+++ b/kdejava/koala/org/kde/koala/KRun.java
@@ -154,7 +154,7 @@ public class KRun extends TQObject {
Set the preferred service for opening this URL, after
its mimetype will have been found by KRun. IMPORTANT: the service is
only used if its configuration says it can handle this mimetype.
- This is used for instance for the X-KDE-LastOpenedWith key, for
+ This is used for instance for the X-TDE-LastOpenedWith key, for
the recent documents list.
@param desktopEntryName the desktopEntryName of the service, e.g. "kate".
@short Set the preferred service for opening this URL, after its mimetype will have been found by KRun.
@@ -313,7 +313,7 @@ public class KRun extends TQObject {
-# The mime type must inherit application/x-executable or application/x-executable-script.
To allow a script to run when the above rules are satisfied add the entry
@code
- X-KDE-IsAlso=application/x-executable-script
+ X-TDE-IsAlso=application/x-executable-script
@endcode
to the mimetype's desktop file.
@short Returns wether the <code>url</code> of <code>mimetype</code> is executable.