diff options
author | Mavridis Philippe <[email protected]> | 2021-07-07 13:01:30 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-07-07 13:01:30 +0300 |
commit | e22588e97dc93fd9b38362fede37fb23b3eb4af6 (patch) | |
tree | f6b2f8b5faca4e59182ab4a0f955e5a20c9f8d21 /kicker/applets/naughty/NaughtyApplet.h | |
parent | baf43828a306475d82638dbb415f0c98849f8241 (diff) | |
download | tdebase-e22588e97dc93fd9b38362fede37fb23b3eb4af6.tar.gz tdebase-e22588e97dc93fd9b38362fede37fb23b3eb4af6.zip |
Naughty applet: dynamic applet size
This commit also replaces old 20x20 pixmap with new ones if higher quality.
This solves issue #213.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kicker/applets/naughty/NaughtyApplet.h')
-rw-r--r-- | kicker/applets/naughty/NaughtyApplet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kicker/applets/naughty/NaughtyApplet.h b/kicker/applets/naughty/NaughtyApplet.h index eb9850851..a907ca9bb 100644 --- a/kicker/applets/naughty/NaughtyApplet.h +++ b/kicker/applets/naughty/NaughtyApplet.h @@ -46,8 +46,6 @@ class NaughtyApplet : public KPanelApplet ~NaughtyApplet(); - virtual int widthForHeight(int h) const; - virtual int heightForWidth(int w) const; signals: |