From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeioslave/file/file.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeioslave/file/file.cc') diff --git a/tdeioslave/file/file.cc b/tdeioslave/file/file.cc index c8112c3b5..61be4a521 100644 --- a/tdeioslave/file/file.cc +++ b/tdeioslave/file/file.cc @@ -1677,7 +1677,7 @@ bool FileProtocol::pmount(const TQString &dev) bool FileProtocol::pumount(const TQString &point) { - TQString real_point = KStandardDirs::realPath(point); + TQString real_point = TDEStandardDirs::realPath(point); KMountPoint::List mtab = KMountPoint::currentMountPoints(); @@ -1690,10 +1690,10 @@ bool FileProtocol::pumount(const TQString &point) { TQString tmp = (*it)->mountedFrom(); TQString mp = (*it)->mountPoint(); - mp = KStandardDirs::realPath(mp); + mp = TDEStandardDirs::realPath(mp); if (mp==real_point) - dev = KStandardDirs::realPath(tmp); + dev = TDEStandardDirs::realPath(tmp); } if (dev.isEmpty()) return false; -- cgit v1.2.1