summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/systemtrayapplet.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-03 15:55:11 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-05-05 05:09:57 +0200
commit20180a433681e96f62b7fae29800b0cdd560e775 (patch)
tree29a9f64a00513891b29cc2d02098b177435b7e3c /kicker/applets/systemtray/systemtrayapplet.h
parent1f8bdc6151e34f22dbcf4c863a67636451f48dfb (diff)
downloadtdebase-20180a433681e96f62b7fae29800b0cdd560e775.tar.gz
tdebase-20180a433681e96f62b7fae29800b0cdd560e775.zip
Properly fix task tray background glitches
Ensure session is fully locked before switching to new VT when lock is requested (cherry picked from commit 3cce16c2543ebd7441477b466b35c89333eef28c)
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h
index 84ee06ecb..d554a810e 100644
--- a/kicker/applets/systemtray/systemtrayapplet.h
+++ b/kicker/applets/systemtray/systemtrayapplet.h
@@ -135,8 +135,6 @@ public:
private:
bool kde_tray;
TQWidget *m_scaledWidget;
- TQTimer* m_ensureBackgroundSetTimer;
- int m_ensureBackgroundSetTimerCount;
private slots:
void ensureBackgroundSet();
};