summaryrefslogtreecommitdiffstats
path: root/ksmserver/client.h
diff options
context:
space:
mode:
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;