diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-03 17:10:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-03 17:10:10 -0500 |
commit | d85d82bd00b3a5f49569bf99fd0ad8a3df0dc234 (patch) | |
tree | ab8841a32934f6b8f1b7eb043dca4221853d6074 /ksmserver/server.h | |
parent | 682dadf9bbd25d76c524a35263e89b93afe97580 (diff) | |
download | tdebase-d85d82bd00b3a5f49569bf99fd0ad8a3df0dc234.tar.gz tdebase-d85d82bd00b3a5f49569bf99fd0ad8a3df0dc234.zip |
Provide visual indication of SaveYourself hang protection timer
Reduce hang protection timer to 20 seconds
This relates to Bug 760
Diffstat (limited to 'ksmserver/server.h')
-rw-r--r-- | ksmserver/server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ksmserver/server.h b/ksmserver/server.h index 9f9630f4d..8f17af231 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -110,6 +110,7 @@ private slots: void restoreSessionDoneInternal(); void notificationTimeout(); + void protectionTimerTick(); void protectionTimeout(); void timeoutQuit(); void timeoutWMQuit(); @@ -145,6 +146,7 @@ private: void startProtection(); void endProtection(); void handleProtectionTimeout(); + void updateLogoutStatusDialog(); void startApplication( TQStringList command, const TQString& clientMachine = TQString::null, @@ -250,6 +252,7 @@ private: TDEHardwareDevices* hwDevices; int initialClientCount; int phase2ClientCount; + int protectionTimerCounter; }; #endif |