* Change the name of the initScriptExtenderItem to extenderItemRestored as it is less clumsy

svn path=/branches/KDE/4.3/kdelibs/; revision=999252
This commit is contained in:
Richard Dale 2009-07-19 14:26:06 +00:00
parent 1a92fc04d0
commit a3bb51e3a8
2 changed files with 2 additions and 2 deletions

View File

@ -667,7 +667,7 @@ void Applet::constraintsEvent(Plasma::Constraints constraints)
void Applet::initExtenderItem(ExtenderItem *item)
{
if (d->script) {
emit initScriptExtenderItem(item);
emit extenderItemRestored(item);
} else {
kWarning() << "Missing implementation of initExtenderItem in the applet "
<< item->config().readEntry("SourceAppletPluginName", "")

View File

@ -691,7 +691,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
/**
* Emitted when an ExtenderItem in a scripting applet needs to be initialized
*/
void initScriptExtenderItem(Plasma::ExtenderItem *item);
void extenderItemRestored(Plasma::ExtenderItem *item);
public Q_SLOTS:
/**