summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/lockprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/lock/lockprocess.h')
-rw-r--r--kdesktop/lock/lockprocess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kdesktop/lock/lockprocess.h b/kdesktop/lock/lockprocess.h
index 63291f857..e2c9ee575 100644
--- a/kdesktop/lock/lockprocess.h
+++ b/kdesktop/lock/lockprocess.h
@@ -20,6 +20,7 @@
#include <tqvaluestack.h>
#include <tqmessagebox.h>
#include <tqpixmap.h>
+#include <tqdatetime.h>
#include <X11/Xlib.h>
@@ -192,6 +193,8 @@ private:
int mBackingStartupDelayTimer;
KSMModalDialog* m_startupStatusDialog;
+
+ TQDateTime mlockDateTime;
};
#endif