svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
This commit is contained in:
Luboš Luňák 2007-05-07 15:10:51 +00:00
parent c6e1b83251
commit dfe4a7598a

View file

@ -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);
}