summaryrefslogtreecommitdiffstats
path: root/kdesktop/krootwm.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-04-08 11:30:23 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-04-14 02:27:20 +0200
commit15e069f3e078dd97e7cc99a66b77b2647a82c53d (patch)
treeffe7daac6dcca6b521f4233598409ebe8f801b28 /kdesktop/krootwm.h
parent859220969e1496e8b09333af3f63b7e44c80c498 (diff)
downloadtdebase-15e069f3e078dd97e7cc99a66b77b2647a82c53d.tar.gz
tdebase-15e069f3e078dd97e7cc99a66b77b2647a82c53d.zip
Ensure kdesktop signal handlers execute in the main GUI thread
(cherry picked from commit 755776b6c4875dddd0fa2971845252274215d86a)
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();