diff options
author | Michele Calgaro <[email protected]> | 2018-11-04 00:36:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-04 00:36:23 +0900 |
commit | 5ed7e732c163e2e40312f25588b7121b9efc3f9d (patch) | |
tree | 3677b220f418f864ab8b4ca8a00770a12a430f9e /src/kpowersave.h | |
parent | e10e57865fb550dcfe188162aa10db9169d29979 (diff) | |
download | kpowersave-5ed7e732c163e2e40312f25588b7121b9efc3f9d.tar.gz kpowersave-5ed7e732c163e2e40312f25588b7121b9efc3f9d.zip |
Renamed Sleep to Suspend, following discussion on a more consistent naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kpowersave.h')
-rw-r--r-- | src/kpowersave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpowersave.h b/src/kpowersave.h index 5758764..a26d181 100644 --- a/src/kpowersave.h +++ b/src/kpowersave.h @@ -393,7 +393,7 @@ private slots: //! handle event for press power button and call action void handlePowerButtonEvent(); //! handle event for press s2ram/sleep button and call action - void handleSleepButtonEvent(); + void handleSuspendButtonEvent(); //! handle event for press s2disk button and call action void handleS2DiskButtonEvent(); |