From kde-commits Mon Jul 31 22:13:03 2006 From: Dirk Mueller Date: Mon, 31 Jul 2006 22:13:03 +0000 To: kde-commits Subject: KDE/kdebase/workspace/kcontrol/background Message-Id: <1154383983.643175.25624.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115438399125107 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);