summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoDocument.h')
-rw-r--r--lib/kofficecore/KoDocument.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h
index 829639ac..f521607b 100644
--- a/lib/kofficecore/KoDocument.h
+++ b/lib/kofficecore/KoDocument.h
@@ -183,7 +183,7 @@ public:
*
* With the help of @p instance or KApplication::instance() this
* method figures out which .desktop file matches this application. In this
- * file it searches for the "X-KDE-NativeMimeType" entry and returns it.
+ * file it searches for the "X-TDE-NativeMimeType" entry and returns it.
*
* @see KService
* @see KDesktopFile
@@ -195,7 +195,7 @@ public:
*
* With the help of @p instance or KApplication::instance() this
* method figures out which .desktop file matches this application. In this
- * file it searches for the "X-KDE-ExtraNativeMimeTypes" entry and returns it.
+ * file it searches for the "X-TDE-ExtraNativeMimeTypes" entry and returns it.
*
* @see KService
* @see KDesktopFile
@@ -218,14 +218,14 @@ public:
* To be preferred when a document exists. It is fast when calling
* it multiple times since it caches the result that readNativeFormatMimeType()
* delivers.
- * This comes from the X-KDE-NativeMimeType key in the .desktop file
+ * This comes from the X-TDE-NativeMimeType key in the .desktop file
* You do NOT have to reimplement this (it is only virtual for kounavail).
*/
virtual TQCString nativeFormatMimeType() const;
/**
* Returns the OASIS OpenDocument mimetype of the document, if supported
- * This comes from the X-KDE-NativeOasisMimeType key in the .desktop file
+ * This comes from the X-TDE-NativeOasisMimeType key in the .desktop file
*/
TQCString nativeOasisMimeType() const;