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:
Aaron J. Seigo 2008-01-01 22:54:33 +00:00
parent e12dbeb000
commit 81909190eb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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);