diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:43:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:43:29 +0900 |
| commit | 9962acf6ebbadb0004435509e3b6002475d31d08 (patch) | |
| tree | b8c38ed4302ef44adcf4c88bfd3dd815dbfc8c04 /lib/kofficecore/KoDocument.h | |
| parent | a1d5d51fe58cfdc6bd7e35153fa334c2fdde3354 (diff) | |
| download | koffice-9962acf6ebbadb0004435509e3b6002475d31d08.tar.gz koffice-9962acf6ebbadb0004435509e3b6002475d31d08.zip | |
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kofficecore/KoDocument.h')
| -rw-r--r-- | lib/kofficecore/KoDocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index f7fc00d98..4f541780a 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -185,7 +185,7 @@ public: * file it searches for the "X-TDE-NativeMimeType" entry and returns it. * * @see KService - * @see KDesktopFile + * @see TDEDesktopFile */ static TQCString readNativeFormatMimeType( TDEInstance *instance = 0 ); @@ -197,7 +197,7 @@ public: * file it searches for the "X-TDE-ExtraNativeMimeTypes" entry and returns it. * * @see KService - * @see KDesktopFile + * @see TDEDesktopFile */ static TQStringList readExtraNativeMimeTypes( TDEInstance *instance = 0 ); |
