diff options
| author | Luboš Luňák <[email protected]> | 2007-05-07 15:10:51 +0000 |
|---|---|---|
| committer | Luboš Luňák <[email protected]> | 2007-05-07 15:10:51 +0000 |
| commit | dfe4a7598abed516820632ff5982658f9df49fdc (patch) | |
| tree | f8c82903f12f62b0b6559cececc8bc4317fce207 /src | |
| parent | c6e1b83251053ce8bc91cc18926801e7fe222b5c (diff) | |
Compile.
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |
