Grammar fixes in APIDOX

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=875758
This commit is contained in:
Sebastian Kügler 2008-10-25 14:15:13 +00:00
parent 704fad3d81
commit 3da27e9822

View File

@ -514,7 +514,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
virtual void removeAssociatedWidget(QWidget *widget);
/**
* Get's called when and extender item has to be initialized after a plasma restart. If you
* Gets called when and extender item has to be initialized after a plasma restart. If you
* create ExtenderItems in your applet, you should implement this function to again create
* the widget that should be shown in this extender item. This function might look something
* like this:
@ -528,7 +528,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
* You can also add one or more custom qactions to this extender item in this function.
*
* Note that by default, not all ExtenderItems are persistent. Only items that are detached,
* will have there configuration stored when plasma exists.
* will have their configuration stored when plasma exits.
*/
virtual void initExtenderItem(ExtenderItem *item);
@ -748,7 +748,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
/**
* @return the extender this applet has.
* @return the extender of this applet.
*/
Extender *extender() const;