summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/systemtrayapplet.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-28 16:35:05 +0200
committerSlávek Banko <[email protected]>2016-09-28 16:35:18 +0200
commit89aa5220b6f7c4c5d43c3fdbd57d5a4c4b020763 (patch)
tree51808245f4ab0f00bad95eddfc4f596d3be4d89c /kicker/applets/systemtray/systemtrayapplet.h
parentec61487cd63fe48abecf42b7279a7c5f135fcea3 (diff)
downloadtdebase-89aa5220b6f7c4c5d43c3fdbd57d5a4c4b020763.tar.gz
tdebase-89aa5220b6f7c4c5d43c3fdbd57d5a4c4b020763.zip
Fix too small size of some icons in system tray
This resolves bug 2687 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6bd9497d8e3802328fb8ffb864fe6ad9d3f392e8)
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h
index 250480b65..e311a1bdd 100644
--- a/kicker/applets/systemtray/systemtrayapplet.h
+++ b/kicker/applets/systemtray/systemtrayapplet.h
@@ -131,7 +131,6 @@ public:
~TrayEmbed();
bool kdeTray() const { return kde_tray; }
void setBackground();
- void getIconSize(int defaultIconSize);
private:
bool kde_tray;
TQWidget *m_scaledWidget;