make CustomContainment a limit

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800671
This commit is contained in:
Aaron J. Seigo 2008-04-24 16:15:30 +00:00
parent 98fd9c423d
commit cb6af63eb7

View File

@ -85,8 +85,8 @@ class PLASMA_EXPORT Containment : public Applet
enum Type { NoContainmentType = -1 /**< @internal */,
DesktopContainment = 0 /**< A desktop containment */,
PanelContainment /**< A desktop panel */,
CustomContainment /**< A containment that is neither a desktop nor a panel,
but something application specific */
CustomContainment = 127 /**< A containment that is neither a desktop nor a panel,
but something application specific */
};
/**