diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 09:22:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 09:22:00 +0000 |
commit | 0951e055d48aea46ff659fdc9e23fa5edfceabcf (patch) | |
tree | 8187d1d29a3db52d1ea5cf7ccb56b768fcd24525 /kioslave/file | |
parent | 9f96d6383157631aa9a8d087b3966d47e7b06899 (diff) | |
download | tdelibs-0951e055d48aea46ff659fdc9e23fa5edfceabcf.tar.gz tdelibs-0951e055d48aea46ff659fdc9e23fa5edfceabcf.zip |
Minor API repair
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211206 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/file')
-rw-r--r-- | kioslave/file/file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/file/file.cc b/kioslave/file/file.cc index 31eb5f082..6d829ad7c 100644 --- a/kioslave/file/file.cc +++ b/kioslave/file/file.cc @@ -1472,7 +1472,7 @@ void FileProtocol::mount( bool _ro, const char *_fstype, const TQString& _dev, c else { // Didn't work - or maybe we just got a warning - TQString mp = KIO::tqfindDeviceMountPoint( _dev ); + TQString mp = KIO::findDeviceMountPoint( _dev ); // Is the device mounted ? if ( !mp.isEmpty() && mount_ret == 0) { |