Removing empty spaces in comments.

svn path=/trunk/KDE/kdelibs/; revision=1038165
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-10-20 18:40:34 +00:00
parent 979d295565
commit 54b7836134
5 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ public:
virtual void setWidget(QGraphicsWidget* receiver);
/**
* Take an AbstractAnimation and turn it into a
* Take an AbstractAnimation and turn it into a
* QAbstractAnimation.
*/
virtual QAbstractAnimation* toQAbstractAnimation(QObject* parent) = 0;

View File

@ -89,7 +89,7 @@ public:
/**
* Take the animation object and turn it into a QAnimationGroup. More
* specifically, a QSerialAnimation or QParallelAnimation depending on
* specifically, a QSerialAnimation or QParallelAnimation depending on
* the value of m_parallel at the time of invocation. Returns NULL on error.
*/
QAnimationGroup* toQAbstractAnimation(QObject* parent = 0);

View File

@ -33,7 +33,7 @@ namespace Plasma
/**
* @class Expand plasma/animations/expand.h
* @short Expand effect
*
*
* Effect that grows the object a specific distance in a given direction, on
* one side. The object doesn't "move" except for the side that is expanding.
*/

View File

@ -33,7 +33,7 @@ namespace Plasma
/**
* @class Fade plasma/animations/fade.h
* @short Fade effect
*
*
* Effect that slowly transforms the opacity of the object to the given value.
*/
class PLASMA_EXPORT FadeAnimation : public Animation

View File

@ -33,7 +33,7 @@ namespace Plasma
/**
* @class Grow plasma/animations/grow.h
* @short Grow effect
*
*
* Effect that grows any QGraphicsWidget by a multiple given in the
* constructor. The center of the object stays in place while the sides grow.
*