From d85d82bd00b3a5f49569bf99fd0ad8a3df0dc234 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Aug 2013 17:10:10 -0500 Subject: Provide visual indication of SaveYourself hang protection timer Reduce hang protection timer to 20 seconds This relates to Bug 760 --- ksmserver/server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ksmserver/server.h') 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 -- cgit v1.2.3