summaryrefslogtreecommitdiffstats
path: root/ksmserver/server.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-01 14:50:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-01 14:50:58 -0500
commit8f8dce368aa9470e8c6a53b6325d7a682d0dbb8a (patch)
tree24d533b561803eadbf4591f72f22236261f2459b /ksmserver/server.h
parent8a865f7d591bb47948a24af081fc494530503461 (diff)
downloadtdebase-8f8dce368aa9470e8c6a53b6325d7a682d0dbb8a.tar.gz
tdebase-8f8dce368aa9470e8c6a53b6325d7a682d0dbb8a.zip
Fix premature termination of applications during shutdown on slow machines
Diffstat (limited to 'ksmserver/server.h')
-rw-r--r--ksmserver/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ksmserver/server.h b/ksmserver/server.h
index ed608121c..00e3b7388 100644
--- a/ksmserver/server.h
+++ b/ksmserver/server.h
@@ -213,6 +213,7 @@ private:
TQCString launcher;
TQTimer protectionTimer;
TQTimer restoreTimer;
+ TQTimer shutdownTimer;
TQString xonCommand;
int logoutSoundEvent;
TQTimer knotifyTimeoutTimer;