fix typos in api docs

svn path=/trunk/KDE/kdelibs/; revision=1123945
This commit is contained in:
Will Stephenson 2010-05-07 12:38:45 +00:00
parent dccc435d8b
commit 702ccbe543

View File

@ -57,8 +57,8 @@ namespace WindowEffects
* Mark a window as sliding from screen edge
*
* @arg id of the window on which we want to apply the effect
* @arg location edge of the screen from which we want the slifing effect.
* Desktop and FLoating won't have effect.
* @arg location edge of the screen from which we want the sliding effect.
* Desktop and Floating won't have effect.
* @arg offset distance in pixels from the screen edge defined by location
* @since 4.4
*/
@ -69,8 +69,8 @@ namespace WindowEffects
* This is an overloaded member function provided for convenience
*
* @arg widget QWidget corresponding to the top level window we want to animate
* @arg location edge of the screen from which we want the slifing effect.
* Desktop and FLoating won't have effect.
* @arg location edge of the screen from which we want the sliding effect.
* Desktop and Floating won't have effect.
* @since 4.4
*/
PLASMA_EXPORT void slideWindow(QWidget *widget, Plasma::Location location);