summaryrefslogtreecommitdiffstats
path: root/src/inactivity.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-03-08 12:56:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-03-08 12:56:47 +0900
commit2f0cf5202c83fe9d034dc3254e8db127f5bdffe3 (patch)
treeacc77ab286cc64884b3c51d275f578b359f0a131 /src/inactivity.cpp
parentb31060a8af5c4cfa259c6917cea06745c21bc21b (diff)
downloadtdepowersave-2f0cf5202c83fe9d034dc3254e8db127f5bdffe3.tar.gz
tdepowersave-2f0cf5202c83fe9d034dc3254e8db127f5bdffe3.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/inactivity.cpp')
-rw-r--r--src/inactivity.cpp6
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() {