]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/terminal/terminalpanel.cpp
Fix style, not space between method name and (; improve wording
[dolphin.git] / src / panels / terminal / terminalpanel.cpp
index 52ff494b2cbd453a3b1a05454854df0f18d3f75e..714431c71e6c9bc75cb9aedd9d571e7174d96c44 100644 (file)
@@ -200,7 +200,7 @@ void TerminalPanel::changeDir(const QUrl& url)
         return;
     }
 
-    // Last chance, try kio fuse
+    // Last chance, try KIOFuse
     sendCdToTerminalKIOFuse(url);
 }
 
@@ -239,7 +239,7 @@ void TerminalPanel::sendCdToTerminal(const QString& dir, HistoryPolicy addToHist
     }
 }
 
-void TerminalPanel::sendCdToTerminalKIOFuse (const QUrl &url) {
+void TerminalPanel::sendCdToTerminalKIOFuse(const QUrl &url) {
     // URL isn't local, only hope for the terminal to be in sync with the
     // DolphinView is to mount the remote URL in KIOFuse and point to it.
     // If we can't do that for any reason, silently fail.