CVS commit by mueller: fix explicit KURL handling M +1 -1 kdeprintfax.cpp 1.28 --- kdebase/kdeprint/kdeprintfax/kdeprintfax.cpp #1.27:1.28 @@ -238,5 +238,5 @@ void KdeprintFax::slotView() if (!m_handler) m_handler = new KFileOpenWithHandler; - new KRun(m_files->currentText()); + new KRun(KURL( m_files->currentText() )); } }