svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=781856
This commit is contained in:
Sebastian Kügler 2008-03-03 19:27:52 +00:00
parent 3fd5752be8
commit 9d6ce15f54
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class PLASMA_EXPORT Applet : public Widget
/**
* @arg parent the QGraphicsItem this applet is parented to
* @arg servideId the name of the .desktop file containing the
* @arg serviceId the name of the .desktop file containing the
* information about the widget
* @arg appletId a unique id used to differentiate between multiple
* instances of the same Applet type

View File

@ -38,7 +38,7 @@ class PLASMA_EXPORT GLApplet : public Applet
public:
/**
* @arg parent the QGraphicsItem this applet is parented to
* @arg servideId the name of the .desktop file containing the
* @arg serviceId the name of the .desktop file containing the
* information about the widget
* @arg appletId a unique id used to differentiate between multiple
* instances of the same Applet type