after porting applets, it occurred to me that this naming is nicer.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=755617
This commit is contained in:
parent
e12dbeb000
commit
81909190eb
2
applet.h
2
applet.h
@ -589,7 +589,7 @@ class PLASMA_EXPORT Applet : public Widget
|
||||
* @note This does not need to be emitted from saveState by individual
|
||||
* applets.
|
||||
*/
|
||||
void configurationChanged();
|
||||
void configNeedsSaving();
|
||||
|
||||
public Q_SLOTS:
|
||||
/**
|
||||
|
@ -475,7 +475,7 @@ Applet* Containment::addApplet(const QString& name, const QVariantList& args, ui
|
||||
|
||||
Corona *c = corona();
|
||||
if (c) {
|
||||
connect(applet, SIGNAL(configurationChanged()), corona(), SLOT(scheduleConfigSync()));
|
||||
connect(applet, SIGNAL(configNeedsSaving()), corona(), SLOT(scheduleConfigSync()));
|
||||
}
|
||||
|
||||
emit appletAdded(applet);
|
||||
|
Loading…
Reference in New Issue
Block a user