interesting; with that const fix i discovered this clashed with QGrahpicsItem::type() .. doh!

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738507
This commit is contained in:
Aaron J. Seigo 2007-11-19 01:35:10 +00:00
parent b57b27550a
commit aad6b2a52b
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ void Containment::containmentConstraintsUpdated(Plasma::Constraints constraints)
} }
} }
Containment::Type Containment::type() const Containment::Type Containment::containmentType() const
{ {
return DesktopContainment; return DesktopContainment;
} }

View File

@ -103,7 +103,7 @@ class PLASMA_EXPORT Containment : public Applet
/** /**
* Returns the type of containment * Returns the type of containment
*/ */
virtual Type type() const; virtual Type containmentType() const;
/** /**
* Returns the current form factor the applets in this Containment * Returns the current form factor the applets in this Containment