diff options
Diffstat (limited to 'tdecore/tdehw/tdehardwaredevices.h')
-rw-r--r-- | tdecore/tdehw/tdehardwaredevices.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.h b/tdecore/tdehw/tdehardwaredevices.h index 44b50e3d8..7f27681f2 100644 --- a/tdecore/tdehw/tdehardwaredevices.h +++ b/tdecore/tdehw/tdehardwaredevices.h @@ -102,7 +102,7 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject * A call to this method immediately invalidates any TDEGenericHardwareList * structures returned by listAllPhysicalDevices() * - * @return TRUE if successful + * @return true if successful */ bool queryHardwareInformation(); @@ -215,9 +215,9 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject * Rescan a hardware device to look for changes * WARNING: This method can be very expensive. Use with caution! * The computational expense can be reduced somewhat if the device tree structure - * has not changed by calling this method with regenerateDeviceTree = FALSE. + * has not changed by calling this method with regenerateDeviceTree = false. * @param hwdevice TDEGenericDevice* with the device to rescan - * @param regenerateDeviceTree TRUE to update parent/child links in device tree + * @param regenerateDeviceTree true to update parent/child links in device tree */ void rescanDeviceInformation(TDEGenericDevice* hwdevice, bool regenerateDeviceTree); |