summaryrefslogtreecommitdiffstats
path: root/ksmserver/client.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-31 11:17:01 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-31 11:17:01 -0500
commit7c366d7a44f1028d0a21abf2b840d3cebfbbc748 (patch)
tree8001d28b349f2e03fee298192293aebb6727d716 /ksmserver/client.h
parent2bf4850271230723a9a90c58eaaa58421ad21ce3 (diff)
downloadtdebase-7c366d7a44f1028d0a21abf2b840d3cebfbbc748.tar.gz
tdebase-7c366d7a44f1028d0a21abf2b840d3cebfbbc748.zip
Show program that is taking the longest to process the SmsDie request in the logout status dialog
Fix glitch in service termination
Diffstat (limited to 'ksmserver/client.h')
-rw-r--r--ksmserver/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ksmserver/client.h b/ksmserver/client.h
index 958511a37..e478cfc31 100644
--- a/ksmserver/client.h
+++ b/ksmserver/client.h
@@ -21,6 +21,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <tqptrdict.h>
#include <tdeapplication.h>
#include <tqtimer.h>
+#include <tqdatetime.h>
#include <dcopobject.h>
#include "server2.h"
@@ -52,6 +53,8 @@ public:
TQString userId() const;
const char* clientId() { return id ? id : ""; }
+ TQDateTime terminationRequestTimeStamp;
+
private:
const char* id;
SmsConn smsConn;