summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bdevicemanager.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-08 10:46:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-08 10:46:00 +0900
commitce3d9531b62414fd17ccb702809a18810da16de1 (patch)
tree37db863d7fdc9c5d83b37135c0a633351c2d6a29 /libk3bdevice/k3bdevicemanager.h
parentacefd32da28cd61beb76831c90051a22a2584989 (diff)
downloadk3b-ce3d9531b62414fd17ccb702809a18810da16de1.tar.gz
k3b-ce3d9531b62414fd17ccb702809a18810da16de1.zip
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3bdevice/k3bdevicemanager.h')
-rw-r--r--libk3bdevice/k3bdevicemanager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libk3bdevice/k3bdevicemanager.h b/libk3bdevice/k3bdevicemanager.h
index fa687a9..13eb897 100644
--- a/libk3bdevice/k3bdevicemanager.h
+++ b/libk3bdevice/k3bdevicemanager.h
@@ -185,9 +185,6 @@ namespace K3bDevice {
/**
* Scan the system for devices. Call this to initialize all devices.
*
- * If the system uses the HAL device deamon it is possible to use
- * HalConnection instead of calling this method.
- *
* \return Number of found devices.
**/
virtual int scanBus();
@@ -214,7 +211,7 @@ namespace K3bDevice {
/**
* Remove a device from the device manager. Basicly this method
- * only makes sense in combination with the HalConnection. Connect
+ * only makes sense in combination with the Connection. Connect
* it to the deviceRemoved signal.
*/
virtual void removeDevice( const TQString& dev );