From: Luboš Luňák Date: Mon, 7 May 2007 15:10:51 +0000 (+0000) Subject: Compile. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/dfe4a7598abed516820632ff5982658f9df49fdc Compile. svn path=/trunk/KDE/kdebase/libkonq/; revision=662159 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 5623ba161..e4d219e86 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -882,7 +882,7 @@ void DolphinMainWindow::goHome() void DolphinMainWindow::findFile() { - KRun::run("kfind", m_activeView->url()); + KRun::run("kfind", m_activeView->url(), this); } void DolphinMainWindow::compareFiles() @@ -936,7 +936,7 @@ void DolphinMainWindow::compareFiles() command.append("\" \""); command.append(urlB.pathOrUrl()); command.append('\"'); - KRun::runCommand(command, "Kompare", "kompare"); + KRun::runCommand(command, "Kompare", "kompare", this); }