diff options
Diffstat (limited to 'kioslave/smb/kio_smb_mount.cpp')
-rw-r--r-- | kioslave/smb/kio_smb_mount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/smb/kio_smb_mount.cpp b/kioslave/smb/kio_smb_mount.cpp index f9c366235..04d4f56fd 100644 --- a/kioslave/smb/kio_smb_mount.cpp +++ b/kioslave/smb/kio_smb_mount.cpp @@ -59,7 +59,7 @@ void SMBSlave::special( const TQByteArray & data) kdDebug(KIO_SMB)<<"special() host -"<< host <<"- share -" << share <<"-"<<endl; } - remotePath.replace('\\', '/'); // smbmounterplugin sends \\host/share + remotePath.tqreplace('\\', '/'); // smbmounterplugin sends \\host/share kdDebug(KIO_SMB) << "mounting: " << remotePath.local8Bit() << " to " << mountPoint.local8Bit() << endl; |