From 70e5dc23aee51fc2fe67c73390d808e01ccfbfa6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 19:52:54 +0100 Subject: Cleaning up widget browser, renamed to Node_Browser. --- fluid/app/fluid.cxx | 2 +- fluid/app/undo.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/app') diff --git a/fluid/app/fluid.cxx b/fluid/app/fluid.cxx index e9d473fb2..baa3c9afb 100644 --- a/fluid/app/fluid.cxx +++ b/fluid/app/fluid.cxx @@ -33,7 +33,7 @@ #include "rsrcs/pixmaps.h" #include "app/shell_command.h" #include "tools/autodoc.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #ifdef __APPLE__ diff --git a/fluid/app/undo.cxx b/fluid/app/undo.cxx index eb5001468..f5e5fbbac 100644 --- a/fluid/app/undo.cxx +++ b/fluid/app/undo.cxx @@ -20,7 +20,7 @@ #include "io/file.h" #include "nodes/Fl_Type.h" #include "nodes/Fl_Widget_Type.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include -- cgit v1.2.3