From f2d05b6e3332cf2d6488a85c3389ef9100ff580d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:13:02 -0500 Subject: Fix references to user profile directory. --- lib/kofficecore/KoDocument.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficecore') 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 ) -- cgit v1.2.1