summaryrefslogtreecommitdiffstats
path: root/kdesktop/krootwm.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-04-08 11:30:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-04-08 11:34:07 -0500
commit755776b6c4875dddd0fa2971845252274215d86a (patch)
treed5a2beb81ab0c53a44098eeca975d9fea06a317c /kdesktop/krootwm.h
parent0fcff03e30aae068e0738863f64abf55d96f4af5 (diff)
downloadtdebase-755776b6c4875dddd0fa2971845252274215d86a.tar.gz
tdebase-755776b6c4875dddd0fa2971845252274215d86a.zip
Ensure kdesktop signal handlers execute in the main GUI thread
Diffstat (limited to 'kdesktop/krootwm.h')
-rw-r--r--kdesktop/krootwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kdesktop/krootwm.h b/kdesktop/krootwm.h
index eb6bd9f55..0e27001b2 100644
--- a/kdesktop/krootwm.h
+++ b/kdesktop/krootwm.h
@@ -127,6 +127,7 @@ public slots:
void slotLockNNewSession();
signals:
+ void initializeHelperThread();
void terminateHelperThread();
void asyncLock();
void asyncLockAndDoNewSession();
@@ -192,6 +193,7 @@ class KRootWmThreadHelperObject : public TQObject
TQ_OBJECT
public slots:
+ void initializeThread();
void terminateThread();
void slotLock();
void lockAndDoNewSession();