diff options
| author | Christian Ehrlicher <[email protected]> | 2009-03-15 20:20:33 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2009-03-15 20:20:33 +0000 |
| commit | af49caa18e3930dc7115f56c402f6d27e2c42ef4 (patch) | |
| tree | 80d23c085b24991228291f68a3f71b73e476e0ec /src/statusbarspaceinfo.cpp | |
| parent | 88a6794501a75a8e672af933a03ea96885c12641 (diff) | |
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile())
svn path=/trunk/KDE/kdebase/apps/; revision=939835
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
| -rw-r--r-- | src/statusbarspaceinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index 33017f02b..c9173b8f9 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -81,7 +81,7 @@ void StatusBarSpaceInfo::refresh() return; } - KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(m_url.path()); + KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(m_url.toLocalFile()); if (!mp) { return; } |
