summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KMimeType.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KMimeType.java')
-rw-r--r--kdejava/koala/org/kde/koala/KMimeType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/KMimeType.java b/kdejava/koala/org/kde/koala/KMimeType.java
index bab07d89..586a9530 100644
--- a/kdejava/koala/org/kde/koala/KMimeType.java
+++ b/kdejava/koala/org/kde/koala/KMimeType.java
@@ -194,7 +194,7 @@ public class KMimeType extends KServiceType {
If this mimetype inherits from ("is also") another mimetype,
return the name of the parent.
For instance a text/x-log is a special kind of text/plain,
- so the definition of text/x-log can say "X-KDE-IsAlso=text/plain".
+ so the definition of text/x-log can say "X-TDE-IsAlso=text/plain".
Or an smb-workgroup is a special kind of inode/directory, etc.
This mechanism can also be used to rename mimetypes and preserve compat.
Note that this notion doesn't map to the servicetype inheritance mechanism,