correct connect statements
svn path=/trunk/KDE/kdelibs/; revision=958270
This commit is contained in:
parent
4bb4a0839e
commit
718c24af43
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user