summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:13:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:13:02 -0500
commitf2d05b6e3332cf2d6488a85c3389ef9100ff580d (patch)
treeafaa6e55941a771cdbfdf51424e03e94913b8040 /lib
parentaa0e597d69c5fee77817b37b89407137893b3baf (diff)
downloadkoffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.tar.gz
koffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.zip
Fix references to user profile directory.
Diffstat (limited to 'lib')
-rw-r--r--lib/kofficecore/KoDocument.cpp4
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 )