diff options
Diffstat (limited to 'languages/cpp/app_templates/kofficepart')
-rw-r--r-- | languages/cpp/app_templates/kofficepart/kopart.desktop | 4 | ||||
-rw-r--r-- | languages/cpp/app_templates/kofficepart/x-kopart.desktop | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/app_templates/kofficepart/kopart.desktop b/languages/cpp/app_templates/kofficepart/kopart.desktop index 8b2be99e..6e3c7c4c 100644 --- a/languages/cpp/app_templates/kofficepart/kopart.desktop +++ b/languages/cpp/app_templates/kofficepart/kopart.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Name=%{APPNAME} Exec=%{APPNAMELC} -X-KDE-Library=lib%{APPNAMELC}part +X-TDE-Library=lib%{APPNAMELC}part MimeType=application/x-%{APPNAMELC}; Type=Application Icon=%{APPNAMELC} ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart -X-KDE-NativeMimeType=application/x-%{APPNAMELC} +X-TDE-NativeMimeType=application/x-%{APPNAMELC} diff --git a/languages/cpp/app_templates/kofficepart/x-kopart.desktop b/languages/cpp/app_templates/kofficepart/x-kopart.desktop index 32b02828..76bb36a6 100644 --- a/languages/cpp/app_templates/kofficepart/x-kopart.desktop +++ b/languages/cpp/app_templates/kofficepart/x-kopart.desktop @@ -32,8 +32,8 @@ Comment[zh_TW]=一個十分完美的 KOffice 應用程式 Type=MimeType #You need to change the mime type below to match what your application will handle... Patterns=*.xmpl; -X-KDE-AutoEmbed=false -[Property::X-KDE-NativeExtension] +X-TDE-AutoEmbed=false +[Property::X-TDE-NativeExtension] Type=TQString #You need to change the mime type below to match what your application will handle... Value=.xmpl |