summaryrefslogtreecommitdiffstats
path: root/kio/tests/speed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/speed.cpp')
-rw-r--r--kio/tests/speed.cpp2
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