From af49caa18e3930dc7115f56c402f6d27e2c42ef4 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sun, 15 Mar 2009 20:20:33 +0000 Subject: a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile()) svn path=/trunk/KDE/kdebase/apps/; revision=939835 --- src/dolphinpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.cpp') 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); -- cgit v1.3