removed shadowed background

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=879434
This commit is contained in:
Marco Martin 2008-11-03 09:56:27 +00:00
parent 78b0fc5ce5
commit 3d67f6f809

View File

@ -95,9 +95,8 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
StandardBackground = 1, /**< The standard background from the theme is drawn */
TranslucentBackground = 2, /**< An alternate version of the background is drawn,
usually more translucent */
ShadowedBackground = 4, /**< The applet has a drop shadow */
DefaultBackground = StandardBackground | ShadowedBackground /**< Default settings:
both standard background and shadow */
DefaultBackground = StandardBackground /**< Default settings:
both standard background */
};
Q_DECLARE_FLAGS(BackgroundHints, BackgroundHint)