summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/lnk/read_lnk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/lnk/read_lnk.cpp')
-rw-r--r--kfile-plugins/lnk/read_lnk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/lnk/read_lnk.cpp b/kfile-plugins/lnk/read_lnk.cpp
index 645486e..c3825e0 100644
--- a/kfile-plugins/lnk/read_lnk.cpp
+++ b/kfile-plugins/lnk/read_lnk.cpp
@@ -182,8 +182,8 @@ bool readLNK(const KURL &url, LNKInfo &info)
else // network path
{
info.path = TQString("%1\\%2")
- .tqarg(start + loc.netVolume + 0x14) // network share name
- .tqarg(start + loc.pathname);
+ .arg(start + loc.netVolume + 0x14) // network share name
+ .arg(start + loc.pathname);
}
delete [] data;