From 0951e055d48aea46ff659fdc9e23fa5edfceabcf Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 09:22:00 +0000 Subject: Minor API repair git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211206 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/file/file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/file/file.cc') 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) { -- cgit v1.2.1