diff options
Diffstat (limited to 'tdecore/tdehw/tderootsystemdevice.h')
-rw-r--r-- | tdecore/tdehw/tderootsystemdevice.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdecore/tdehw/tderootsystemdevice.h b/tdecore/tdehw/tderootsystemdevice.h index 2e866e65d..351b84e41 100644 --- a/tdecore/tdehw/tderootsystemdevice.h +++ b/tdecore/tdehw/tderootsystemdevice.h @@ -102,42 +102,42 @@ class TDECORE_EXPORT TDERootSystemDevice : public TDEGenericDevice unsigned long diskSpaceNeededForHibernation(); /** - * @return TRUE if permissions allow the hibernation method to be set, FALSE if not + * @return true if permissions allow the hibernation method to be set, false if not */ bool canSetHibernationMethod(); /** - * @return TRUE if hardware and permissions allow the system to enter standby, FALSE if not + * @return true if hardware and permissions allow the system to enter standby, false if not */ bool canStandby(); /** - * @return TRUE if hardware and permissions allow the system to enter freeze state, FALSE if not + * @return true if hardware and permissions allow the system to enter freeze state, false if not */ bool canFreeze(); /** - * @return TRUE if hardware and permissions allow the system to be suspended, FALSE if not + * @return true if hardware and permissions allow the system to be suspended, false if not */ bool canSuspend(); /** - * @return TRUE if hardware and permissions allow the system to be hibernated, FALSE if not + * @return true if hardware and permissions allow the system to be hibernated, false if not */ bool canHibernate(); /** - * @return TRUE if hardware and permissions allow the system to be hybrid suspended, FALSE if not + * @return true if hardware and permissions allow the system to be hybrid suspended, false if not */ bool canHybridSuspend(); /** - * @return TRUE if permissions allow the system to be powered down, FALSE if not + * @return true if permissions allow the system to be powered down, false if not */ bool canPowerOff(); /** - * @return TRUE if permissions allow the system to be rebooted, FALSE if not + * @return true if permissions allow the system to be rebooted, false if not */ bool canReboot(); @@ -148,7 +148,7 @@ class TDECORE_EXPORT TDERootSystemDevice : public TDEGenericDevice /** * @param ps a TDESystemPowerState::TDESystemPowerState with the desired power state - * @return TRUE if power state was set + * @return true if power state was set */ bool setPowerState(TDESystemPowerState::TDESystemPowerState ps); |