diff options
Diffstat (limited to 'fluid/nodes')
| -rw-r--r-- | fluid/nodes/Fl_Function_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/nodes/Fl_Grid_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/nodes/Fl_Group_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/nodes/Fl_Menu_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/nodes/Fl_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/nodes/Fl_Window_Type.cxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/fluid/nodes/Fl_Function_Type.cxx b/fluid/nodes/Fl_Function_Type.cxx index 1f0a4fea5..f8845dcdd 100644 --- a/fluid/nodes/Fl_Function_Type.cxx +++ b/fluid/nodes/Fl_Function_Type.cxx @@ -25,7 +25,7 @@ #include "nodes/Fl_Group_Type.h" #include "panels/function_panel.h" #include "rsrcs/comments.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/fl_string_functions.h> #include <FL/Fl_File_Chooser.H> diff --git a/fluid/nodes/Fl_Grid_Type.cxx b/fluid/nodes/Fl_Grid_Type.cxx index ea2232305..c2a803c19 100644 --- a/fluid/nodes/Fl_Grid_Type.cxx +++ b/fluid/nodes/Fl_Grid_Type.cxx @@ -21,7 +21,7 @@ #include "app/undo.h" #include "io/file.h" #include "io/code.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include "widgets/Formula_Input.h" #include <FL/Fl_Grid.H> diff --git a/fluid/nodes/Fl_Group_Type.cxx b/fluid/nodes/Fl_Group_Type.cxx index a7ab20473..dc602e870 100644 --- a/fluid/nodes/Fl_Group_Type.cxx +++ b/fluid/nodes/Fl_Group_Type.cxx @@ -25,7 +25,7 @@ #include "app/Fd_Snap_Action.h" #include "io/file.h" #include "io/code.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/Fl.H> #include <FL/Fl_Group.H> diff --git a/fluid/nodes/Fl_Menu_Type.cxx b/fluid/nodes/Fl_Menu_Type.cxx index 2fb80fec2..145f0082d 100644 --- a/fluid/nodes/Fl_Menu_Type.cxx +++ b/fluid/nodes/Fl_Menu_Type.cxx @@ -30,7 +30,7 @@ #include "io/code.h" #include "nodes/Fl_Window_Type.h" #include "widgets/Formula_Input.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/Fl.H> #include <FL/fl_message.H> diff --git a/fluid/nodes/Fl_Type.cxx b/fluid/nodes/Fl_Type.cxx index 56a15175e..02b95888e 100644 --- a/fluid/nodes/Fl_Type.cxx +++ b/fluid/nodes/Fl_Type.cxx @@ -107,7 +107,7 @@ #include "nodes/Fl_Window_Type.h" #include "nodes/Fl_Group_Type.h" #include "rsrcs/pixmaps.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/Fl.H> #include <FL/Fl_Browser_.H> @@ -739,7 +739,7 @@ void Fl_Type::add(Fl_Type *anchor, Strategy strategy) { \param[in] g pointer to a node within the tree */ void Fl_Type::insert(Fl_Type *g) { - // 'this' is not in the Widget_Browser, so we must run the linked list to find the last entry + // 'this' is not in the Node_Browser, so we must run the linked list to find the last entry Fl_Type *end = this; while (end->next) end = end->next; // 'this' will get the same parent as 'g' diff --git a/fluid/nodes/Fl_Window_Type.cxx b/fluid/nodes/Fl_Window_Type.cxx index c26191b72..7de2ba3dc 100644 --- a/fluid/nodes/Fl_Window_Type.cxx +++ b/fluid/nodes/Fl_Window_Type.cxx @@ -30,7 +30,7 @@ #include "nodes/Fl_Grid_Type.h" #include "panels/settings_panel.h" #include "panels/widget_panel.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/Fl.H> #include <FL/Fl_Overlay_Window.H> |
