From 9962acf6ebbadb0004435509e3b6002475d31d08 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 13 Jul 2025 19:43:29 +0900 Subject: Use TDEDesktopFile Signed-off-by: Michele Calgaro --- lib/kofficecore/KoDocument.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficecore/KoDocument.h') 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 ); -- cgit v1.2.3