diff options
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() { |