summaryrefslogtreecommitdiffstats
path: root/kio/kioexec
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kioexec')
-rw-r--r--kio/kioexec/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kioexec/main.cpp b/kio/kioexec/main.cpp
index 88f7d3059..63f1164dd 100644
--- a/kio/kioexec/main.cpp
+++ b/kio/kioexec/main.cpp
@@ -108,7 +108,7 @@ KIOExec::KIOExec()
TQString fileName = KIO::encodeFileName( url.fileName() );
if ( !suggestedFileName.isEmpty() )
fileName = suggestedFileName;
- // Build the destination filename, in ~/.kde/cache-*/krun/
+ // Build the destination filename, in ~/.trinity/cache-*/krun/
// Unlike KDE-1.1, we put the filename at the end so that the extension is kept
// (Some programs rely on it)
TQString tmp = KGlobal::dirs()->saveLocation( "cache", "krun/" ) +