diff options
| author | Christian Ehrlicher <[email protected]> | 2009-03-15 20:20:33 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2009-03-15 20:20:33 +0000 |
| commit | af49caa18e3930dc7115f56c402f6d27e2c42ef4 (patch) | |
| tree | 80d23c085b24991228291f68a3f71b73e476e0ec /src/dolphinpart.cpp | |
| parent | 88a6794501a75a8e672af933a03ea96885c12641 (diff) | |
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile())
svn path=/trunk/KDE/kdebase/apps/; revision=939835
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index c5d85a3cc..071dce7df 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -508,7 +508,7 @@ void DolphinPart::slotOpenTerminal() //If the URL is local after the above conversion, set the directory. if (u.isLocalFile()) { - dir = u.path(); + dir = u.toLocalFile(); } KToolInvocation::invokeTerminal(QString(), dir); |
