diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:39:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:39:11 -0600 |
commit | c36a2855c42ea04c7c1965228507e874426fd7e6 (patch) | |
tree | 33edee1823c5fbe6c7dac74562bf10a572606324 /src/kpowersave.h | |
parent | a6a8ad44b48bdfff1a1a3123097a84f23105f64b (diff) | |
download | tdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.tar.gz tdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.zip |
Remove additional unneeded tq method conversions
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 62a22eb..af0d49c 100644 --- a/src/kpowersave.h +++ b/src/kpowersave.h @@ -390,7 +390,7 @@ private slots: //! set for a battery status the related actions void handleActionCall ( action action, int value, bool checkAC = false, bool batWarnCall = false ); - //! this lock/reactivate the screen if a lidcloseStatus() signal is triggered + //! this lock/reactivate the screen if a lidclosetStatus() signal is triggered void handleLidEvent( bool closed ); //! show the login dialog after locked the screen void activateLoginScreen(); |