oops reverting an incomplete api change for now :(

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801420
This commit is contained in:
Marco Martin 2008-04-26 15:33:10 +00:00
parent 26732125cc
commit 62aa54b4e7

View File

@ -452,10 +452,15 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*/
BackgroundHints backgroundHints() const;
/**
* Sets whether or not this Applet is acting as a Containment
*/
void setIsContainment(bool isContainment);
/**
* @return true if this Applet is currently being used as a Containment, false otherwise
*/
bool actAsContainment() const;
bool isContainment() const;
/**
* Sets the geometry of this Plasma::Applet. Should not be used directly by
@ -656,11 +661,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
**/
QString instanceName() const;
/**
* Sets whether or not this Applet is acting as a Containment
*/
void setActAsContainment(bool isContainment);
/**
* Sets the BackgroundHints for this applet @see BackgroundHint
*