SVN commit 568365 by mueller: fix compilation M +2 -1 bgdialog.cpp --- trunk/KDE/kdebase/workspace/kcontrol/background/bgdialog.cpp #568364:568365 @@ -647,7 +647,8 @@ void BGDialog::slotWallpaperSelection() { - KFileDialog dlg( KUrl(), QString::null, this); + KUrl u; + KFileDialog dlg( u, QString::null, this); KImageFilePreview* previewWidget = new KImageFilePreview(&dlg); dlg.setPreviewWidget(previewWidget);