diff options
author | Michele Calgaro <[email protected]> | 2016-03-08 12:56:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-03-08 13:00:37 +0900 |
commit | 504511d4a5758ad54ee4650aa5a6ddc92e26bcb8 (patch) | |
tree | b95143aaa5ecfd9d1f4c2ff054106b94d570b9ff /src/inactivity.cpp | |
parent | 3063d5b1dc944243f043f9d5a68c957e288799f3 (diff) | |
download | tdepowersave-504511d4a5758ad54ee4650aa5a6ddc92e26bcb8.tar.gz tdepowersave-504511d4a5758ad54ee4650aa5a6ddc92e26bcb8.zip |
Increased maximum time limit for timers to 50000 min (almost 35 days). This relates to bug 2599.
NOTE: if the max limit is removed, the TQSpinBox reverts to the default value of 99.
Also fixed minimum limit for some timers and percentage fields.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2f0cf5202c83fe9d034dc3254e8db127f5bdffe3)
Diffstat (limited to 'src/inactivity.cpp')
-rw-r--r-- | src/inactivity.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp index 6da740d..8d7205e 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -32,8 +32,8 @@ extern "C" { #include <X11/extensions/dpms.h> #include <X11/extensions/scrnsaver.h> } - -// KDE Headers + +// TDE Headers #include <tdelocale.h> /*! The default constructor of the class autosuspend */ @@ -93,7 +93,7 @@ void inactivity::start( int timeToExpire, TQStringList blacked ) { } /*! - * \b TQT_SLOT to call check as recheck inactivity if befor a running PID + * \b TQT_SLOT to call check as recheck inactivity if before a running PID * request was detected. */ void inactivity::recheck() { |