* 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:
parent
1a92fc04d0
commit
a3bb51e3a8
@ -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", "")
|
||||
|
2
applet.h
2
applet.h
@ -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:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user