summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bglobals.h')
-rw-r--r--libk3b/core/k3bglobals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/core/k3bglobals.h b/libk3b/core/k3bglobals.h
index c6d2111..17cc149 100644
--- a/libk3b/core/k3bglobals.h
+++ b/libk3b/core/k3bglobals.h
@@ -242,14 +242,14 @@ namespace K3b
/**
* Tries to mount the medium. Since K3b does not gather any information
- * about mount points the only methods used are pmount and HAL::mount
+ * about mount points the only methods used are pmount and tdehw lib mount
*/
LIBK3B_EXPORT bool mount( K3bDevice::Device* );
/**
* Ejects the medium in the device or simply opens the tray.
* This method improves over K3bDevice::Device::eject in that it
- * unmounts before ejecting and introduces HAL support.
+ * unmounts before ejecting.
*/
LIBK3B_EXPORT bool eject( K3bDevice::Device* );
}