summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/BreadCrumbBox.hpp')
-rw-r--r--src/gui/BreadCrumbBox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/BreadCrumbBox.hpp b/src/gui/BreadCrumbBox.hpp
index d8084b66..6938c154 100644
--- a/src/gui/BreadCrumbBox.hpp
+++ b/src/gui/BreadCrumbBox.hpp
@@ -56,7 +56,7 @@ private:
void breadcrumb_clicked(BreadCrumb* crumb);
void object_destroyed(const Raul::Path& path);
- void object_renamed(const Raul::Path& old_path, const Raul::Path& new_path);
+ void object_moved(const Raul::Path& old_path, const Raul::Path& new_path);
Raul::Path _active_path;
Raul::Path _full_path;