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

svn path=/trunk/KDE/kdelibs/; revision=999251
This commit is contained in:
Richard Dale 2009-07-19 14:25:00 +00:00
parent b6bf566750
commit f962a9c958
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

@ -696,7 +696,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:
/**