isImmutable -> immutable

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=679063
This commit is contained in:
Aaron J. Seigo 2007-06-22 22:07:13 +00:00
parent fbbab1b9b6
commit 3fd8500159
2 changed files with 4 additions and 4 deletions

View File

@ -350,7 +350,7 @@ void Corona::appletDestroyed(QObject* object)
}
}
bool Corona::isImmutable()
bool Corona::immutable()
{
return d->immutable;
}

View File

@ -43,11 +43,11 @@ public:
explicit Corona(const QRectF & sceneRect, QObject * parent = 0);
explicit Corona(qreal x, qreal y, qreal width, qreal height, QObject * parent = 0);
~Corona();
/**
* The applets are changable or not
* The applets and Corona surface are changable or not
**/
bool isImmutable();
bool immutable();
/**
* The location of the Corona. @see Plasma::Location