summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxparticles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxparticles.cpp')
-rw-r--r--src/declarative/fx/qfxparticles.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxparticles.cpp b/src/declarative/fx/qfxparticles.cpp
index 309ebe8..b6b4c85 100644
--- a/src/declarative/fx/qfxparticles.cpp
+++ b/src/declarative/fx/qfxparticles.cpp
@@ -576,7 +576,7 @@ QFxParticles::~QFxParticles()
\property QFxParticles::src
\brief the URL of the particle image.
*/
-QString QFxParticles::url() const
+QString QFxParticles::source() const
{
Q_D(const QFxParticles);
return d->source;
@@ -593,7 +593,7 @@ void QFxParticles::imageLoaded()
update();
}
-void QFxParticles::setUrl(const QString &name)
+void QFxParticles::setSource(const QString &name)
{
Q_D(QFxParticles);