From 2c7369030d002430db7965505d566ea9f328b1a0 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 10 Jul 2008 20:16:10 +0000 Subject: [PATCH] header too, that helps svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=830601 --- applethandle_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applethandle_p.h b/applethandle_p.h index ef7c1d263..e759a43fb 100644 --- a/applethandle_p.h +++ b/applethandle_p.h @@ -78,6 +78,8 @@ class AppletHandle : public QObject, public QGraphicsItem void calculateSize(); ButtonType mapToButton(const QPointF &point) const; void forceDisappear(); + int minimumHeight(); + /** * move our applet to another containment * @param containment the containment to move to