diff options
author | Michele Calgaro <[email protected]> | 2018-11-04 00:26:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-04 00:26:20 +0900 |
commit | 12e0e7507ba21c17d6209091c682b9e7f71ad028 (patch) | |
tree | 90cd5330aa7c356a66db0afee1c41008e861a783 /src/hardware.h | |
parent | e0525e314afe0e2fc58e7be6597541fd2b2ab886 (diff) | |
download | tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.tar.gz tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.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/hardware.h')
-rw-r--r-- | src/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware.h b/src/hardware.h index d6120b6..701df3e 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -347,7 +347,7 @@ private slots: //! to emit signal for power button void emitPowerButtonPressed(); //! to emit signal for sleep button - void emitSleepButtonPressed(); + void emitSuspendButtonPressed(); //! to emit signal for s2disk button void emitS2diskButtonPressed(); //! to emit signal for session state |