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 /kio/tests | |
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 'kio/tests')
-rw-r--r-- | kio/tests/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/speed.cpp b/kio/tests/speed.cpp index 08d039aa8..4b29e1815 100644 --- a/kio/tests/speed.cpp +++ b/kio/tests/speed.cpp @@ -81,7 +81,7 @@ int main(int argc, char **argv) { kdDebug() << url.url() << " is probably " << (KIO::probably_slow_mounted(url.path()) ? "slow" : "normal") << " mounted\n"; kdDebug() << url.url() << " is " << (KIO::manually_mounted(url.path()) ? "manually" : "system") << " mounted\n"; - TQString mp = KIO::tqfindDeviceMountPoint(url.path()); + TQString mp = KIO::findDeviceMountPoint(url.path()); if (mp.isEmpty()) { kdDebug() << "no mount point for device " << url.url() << " found\n"; } else |