make the naming consistent

svn path=/trunk/KDE/kdelibs/; revision=1118099
This commit is contained in:
Aaron J. Seigo 2010-04-23 22:36:17 +00:00
parent 51a9b1ac72
commit c08007f131
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ Plasma::Animation* Animator::create(Animator::Animation type, QObject *parent)
return result;
}
QEasingCurve Animator::easingCurve(Animator::CurveShape type)
QEasingCurve Animator::create(Animator::CurveShape type)
{
QEasingCurve result;

View File

@ -100,7 +100,7 @@ public:
/**
* Factory to build new custom easing curves.
*/
static QEasingCurve easingCurve(Animator::CurveShape type);
static QEasingCurve create(Animator::CurveShape type);
/**
* Starts a standard animation on a QGraphicsItem.