summaryrefslogtreecommitdiffstats
path: root/kio/kfile
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:46:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:46:07 -0500
commite256298e9d1d5f3f7fb5660f0ca33ea8489acd08 (patch)
treec1cb331fe9ebe18846c72c565342b82ce824877d /kio/kfile
parent55c0d54a9863b438be2949a4629ec3fb0a307fe4 (diff)
downloadtdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.tar.gz
tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.zip
Fix references to user profile directory.
Diffstat (limited to 'kio/kfile')
-rw-r--r--kio/kfile/kpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kpropertiesdialog.cpp b/kio/kfile/kpropertiesdialog.cpp
index 30d6e0637..8d76b99dd 100644
--- a/kio/kfile/kpropertiesdialog.cpp
+++ b/kio/kfile/kpropertiesdialog.cpp
@@ -1398,7 +1398,7 @@ void KFilePropsPlugin::slotCopyFinished( KIO::Job * job )
assert( properties->item() );
assert( !properties->item()->url().isEmpty() );
- // Save the file where we can -> usually in ~/.kde/...
+ // Save the file where we can -> usually in ~/.trinity/...
if (KBindingPropsPlugin::supports(properties->items()) && !m_sRelativePath.isEmpty())
{
KURL newURL;