diff options
Diffstat (limited to 'src/hardware.h')
-rw-r--r-- | src/hardware.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware.h b/src/hardware.h index 3dd048b..a5c7d5e 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -233,7 +233,7 @@ private: //! if brightness get controled via keyevents in hardware /*! * This boolean represent information if the machine handle brightness button - * and keyevents in hardware. If so KPowersave should ignore key events. + * and keyevents in hardware. If so TDEPowersave should ignore key events. * \li true: if handled in hardware * \li false: else */ @@ -249,7 +249,7 @@ private: //! if the current desktop session is active /*! * This boolean represent information if the current desktop session in - * Which KPowersave runs is marked in ConsoleKit as active or not. + * Which TDEPowersave runs is marked in ConsoleKit as active or not. * \li true: if active * \li false: else */ |