summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdemainspowerdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdehw/tdemainspowerdevice.h')
-rw-r--r--tdecore/tdehw/tdemainspowerdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdehw/tdemainspowerdevice.h b/tdecore/tdehw/tdemainspowerdevice.h
index 8dcaeeea4..ee0f486ee 100644
--- a/tdecore/tdehw/tdemainspowerdevice.h
+++ b/tdecore/tdehw/tdemainspowerdevice.h
@@ -37,13 +37,13 @@ class TDECORE_EXPORT TDEMainsPowerDevice : public TDEGenericDevice
~TDEMainsPowerDevice();
/**
- * @return TRUE if power supply is online via mains power, FALSE if not
+ * @return true if power supply is online via mains power, false if not
*/
bool online();
protected:
/**
- * @param TRUE if power supply is online via mains power, FALSE if not
+ * @param true if power supply is online via mains power, false if not
* @internal
*/
void internalSetOnline(bool vt);