$OpenBSD: patch-digikam_imageplugins_hotpixels_imageeffect_hotpixels_cpp,v 1.1 2007/06/28 15:10:34 espie Exp $
--- digikam/imageplugins/hotpixels/imageeffect_hotpixels.cpp.orig	Thu Jun 28 15:51:58 2007
+++ digikam/imageplugins/hotpixels/imageeffect_hotpixels.cpp	Thu Jun 28 15:52:18 2007
@@ -157,8 +157,9 @@ void ImageEffect_HotPixels::slotAddBlackFrame()
 {
     //Does one need to do this if digikam did so already?
     KImageIO::registerFormats(); 
+    QString empty;
     
-    KFileDialog fileSelectDialog(QString(), KImageIO::pattern(), this, "", true);
+    KFileDialog fileSelectDialog(empty, KImageIO::pattern(), this, "", true);
     fileSelectDialog.setCaption(i18n("Select Black Frame Image"));
     fileSelectDialog.setURL(m_blackFrameURL.path());
     
