]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/terminal/terminalpanel.h
TerminalPanel: rename currentWorkingDirectoryIsParentOf to currentWorkingDirectoryIsC...
[dolphin.git] / src / panels / terminal / terminalpanel.h
index 49fd1b70d77fc70a495c843a9a2a4f9ff7229c96..8eee3c10fae2bc195cb8e4d0a7d135dc2b4b9d65 100644 (file)
@@ -45,7 +45,7 @@ public:
      *        home when an unmounting request is received.
      */
     void goHome();
-    bool currentWorkingDirectoryIsParentOf(const QString &path) const;
+    bool currentWorkingDirectoryIsChildOf(const QString &path) const;
     bool isHiddenInVisibleWindow() const;
     bool terminalHasFocus() const;
     bool hasProgramRunning() const;