Fix breakage

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751220
This commit is contained in:
Richard J. Moore 2007-12-21 12:34:40 +00:00
parent e4665a938a
commit 94170b9e65

View File

@ -68,6 +68,7 @@ class PLASMA_EXPORT Applet : public Widget
Q_PROPERTY( bool needsConfiguring READ needsConfiguring WRITE setNeedsConfiguring ) Q_PROPERTY( bool needsConfiguring READ needsConfiguring WRITE setNeedsConfiguring )
Q_PROPERTY( QRectF boundingRect READ boundingRect ) Q_PROPERTY( QRectF boundingRect READ boundingRect )
Q_PROPERTY( QRectF geometry READ geometry WRITE setGeometry ) Q_PROPERTY( QRectF geometry READ geometry WRITE setGeometry )
Q_PROPERTY( bool shouldConserveResources READ shouldConserveResources )
public: public:
typedef QList<Applet*> List; typedef QList<Applet*> List;
@ -404,7 +405,7 @@ class PLASMA_EXPORT Applet : public Widget
* *
* @return true if it should conserve resources, false if it does not. * @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 * Returns the icon related to this applet