correct connect statements

svn path=/trunk/KDE/kdelibs/; revision=958270
This commit is contained in:
Aaron J. Seigo 2009-04-23 16:38:16 +00:00
parent 4bb4a0839e
commit 718c24af43

View File

@ -1403,8 +1403,8 @@ void Containment::setWallpaper(const QString &pluginName, const QString &mode)
if (newPlugin || newMode) {
if (newPlugin && d->wallpaper) {
connect(d->wallpaper, SIGNAL(configureRequested()), this, SLOT(configureRequested()));
connect(d->wallpaper, SIGNAL(configNeedsSaving()), this, SLOT(configNeedsSaving()));
connect(d->wallpaper, SIGNAL(configureRequested()), this, SLOT(requestConfiguration()));
connect(d->wallpaper, SIGNAL(configNeedsSaving()), this, SIGNAL(configNeedsSaving()));
}
emit configNeedsSaving();