diff options
Diffstat (limited to 'lib/kofficecore/KoDocument.cpp')
-rw-r--r-- | lib/kofficecore/KoDocument.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp index a54cfc25..6abf8083 100644 --- a/lib/kofficecore/KoDocument.cpp +++ b/lib/kofficecore/KoDocument.cpp @@ -2231,8 +2231,8 @@ KService::Ptr KoDocument::readNativeService( KInstance *instance ) // The old way is kept as fallback for compatibility, but in theory this is really never used anymore. // Try by path first, so that we find the global one (which has the native mimetype) - // even if the user created a kword.desktop in ~/.kde/share/applnk or any subdir of it. - // If he created it under ~/.kde/share/applnk/Office/ then no problem anyway. + // even if the user created a kword.desktop in ~/.trinity/share/applnk or any subdir of it. + // If he created it under ~/.trinity/share/applnk/Office/ then no problem anyway. service = KService::serviceByDesktopPath( TQString::fromLatin1("Office/%1.desktop").arg(instname) ); } if ( !service ) |