diff options
Diffstat (limited to 'kfile-plugins/lnk/lnkforward.cpp')
-rw-r--r-- | kfile-plugins/lnk/lnkforward.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/lnk/lnkforward.cpp b/kfile-plugins/lnk/lnkforward.cpp index af4492b..9eb6af0 100644 --- a/kfile-plugins/lnk/lnkforward.cpp +++ b/kfile-plugins/lnk/lnkforward.cpp @@ -72,7 +72,7 @@ int LNKForwarder::run(KCmdLineArgs *args) bool ret = readLNK(args->arg(0), info); if ( ! ret ) return 1; - info.path.replace(TQChar('\\'), TQChar('/')); + info.path.tqreplace(TQChar('\\'), TQChar('/')); TQString path; |