Updated the constructor documentation to the API changes.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800693
This commit is contained in:
Davide Bettio 2008-04-24 17:02:12 +00:00
parent cb896a4ed2
commit b4d19de037

View File

@ -61,10 +61,6 @@ class PLASMA_EXPORT PanelSvg : public Svg
* Constructs a new PanelSvg that paints the proper named subelements
* as borders
*
* The size is initialized to be the SVG's native size.
*
* @arg imagePath the image to show. If a relative path is passed, then
* Plasma::Theme is used to load the SVG.
* @arg parent options QObject to parent this to
*
* @related Plasma::Theme