$OpenBSD: patch-plasma_containments_desktop_backgrounddialog_cpp,v 1.2 2008/02/09 13:18:16 espie Exp $
--- plasma/containments/desktop/backgrounddialog.cpp.orig	Thu Jan 31 00:52:01 2008
+++ plasma/containments/desktop/backgrounddialog.cpp	Fri Feb  1 21:39:53 2008
@@ -579,7 +579,8 @@ void BackgroundDialog::setPreview(const QString& img, 
 
 void BackgroundDialog::slotAddDir()
 {
-    KDirSelectDialog dialog(KUrl(), true, this);
+    KUrl k;
+    KDirSelectDialog dialog(k, true, this);
     if (dialog.exec()) {
         m_dirlist->addItem(dialog.url().path());
         updateSlideshow();
