From 94170b9e65e29c5b7c4ce4930d496d61b1f72b39 Mon Sep 17 00:00:00 2001 From: "Richard J. Moore" Date: Fri, 21 Dec 2007 12:34:40 +0000 Subject: [PATCH] Fix breakage svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751220 --- applet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applet.h b/applet.h index 745abf42f..ae19f1f4d 100644 --- a/applet.h +++ b/applet.h @@ -68,6 +68,7 @@ class PLASMA_EXPORT Applet : public Widget Q_PROPERTY( bool needsConfiguring READ needsConfiguring WRITE setNeedsConfiguring ) Q_PROPERTY( QRectF boundingRect READ boundingRect ) Q_PROPERTY( QRectF geometry READ geometry WRITE setGeometry ) + Q_PROPERTY( bool shouldConserveResources READ shouldConserveResources ) public: typedef QList List; @@ -404,7 +405,7 @@ class PLASMA_EXPORT Applet : public Widget * * @return true if it should conserve resources, false if it does not. */ - Q_PROPERTY bool shouldConserveResources() const; + bool shouldConserveResources() const; /** * Returns the icon related to this applet