From 2f0cf5202c83fe9d034dc3254e8db127f5bdffe3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Mar 2016 12:56:47 +0900 Subject: 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 --- src/inactivity.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/inactivity.cpp') 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 #include } - -// KDE Headers + +// TDE Headers #include /*! 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() { -- cgit v1.2.3