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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kdesktop/lock/lockprocess.h b/kdesktop/lock/lockprocess.h
index 88d84dde2..1b5fa9fbf 100644
--- a/kdesktop/lock/lockprocess.h
+++ b/kdesktop/lock/lockprocess.h
@@ -55,6 +55,8 @@ public:
bool dontLock();
+ bool runSecureDialog();
+
void setChildren(TQValueList<int> children) { child_sockets = children; }
void setParent(int fd) { mParent = fd; }
@@ -88,6 +90,7 @@ private slots:
void closeDialogAndStartHack();
bool closeCurrentWindow();
void repaintRootWindowIfNeeded();
+ void startSecureDialog();
private:
void configure();
@@ -180,6 +183,7 @@ private:
TQTimer* mHackDelayStartupTimer;
int mHackDelayStartupTimeout;
+ bool mHackStartupEnabled;
TQPixmap backingPixmap;