diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:49:29 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:49:29 +0000 |
| commit | 3924b60442272451c6c5518c336e4c6f0b91afcd (patch) | |
| tree | c02e824ab2f138d72f9d4926f16fd9ac74de7096 | |
| parent | f68b51a3f78922c547447db294fee8577447206a (diff) | |
Fixed another #include...
git-svn-id: file:///fltk/svn/fltk/trunk@135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 8 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 8 | ||||
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index 7fe0be62c..a0bdd0ece 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $" +// "$Id: Fl_Menu_Type.cxx,v 1.6 1998/12/06 15:45:26 mike Exp $" // // Menu item code for the Fast Light Tool Kit (FLTK). // @@ -149,7 +149,7 @@ const char* Fl_Menu_Item_Type::menu_name(int& i) { return unique_id(t, "menu", t->name(), t->label()); } -#include "Fluid_Image.H" +#include "Fluid_Image.h" void Fl_Menu_Item_Type::write_static() { if (callback() && !is_name(callback())) { @@ -477,7 +477,7 @@ Fl_Menu_Bar_Type Fl_Menu_Bar_type; // Shortcut entry item in panel: #include <FL/Fl_Output.H> -#include "Shortcut_Button.H" +#include "Shortcut_Button.h" #include <FL/fl_draw.H> void Shortcut_Button::draw() { @@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) { } // -// End of "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $". +// End of "$Id: Fl_Menu_Type.cxx,v 1.6 1998/12/06 15:45:26 mike Exp $". // diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 1c971f1b3..62882654d 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $" +// "$Id: Fl_Widget_Type.cxx,v 1.12 1998/12/06 15:47:37 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -132,7 +132,7 @@ Fl_Type *Fl_Widget_Type::make() { return t; } -#include "Fluid_Image.H" +#include "Fluid_Image.h" void Fl_Widget_Type::setimage(Fluid_Image *i) { if (i == image) return; @@ -218,7 +218,7 @@ Fl_Type *sort(Fl_Type *parent) { //////////////////////////////////////////////////////////////// // The control panels! -#include "widget_panel.H" +#include "widget_panel.h" #include <FL/fl_show_colormap.H> // All the callbacks use the argument to indicate whether to load or store. @@ -1701,5 +1701,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $". +// End of "$Id: Fl_Widget_Type.cxx,v 1.12 1998/12/06 15:47:37 mike Exp $". // diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 89be0f1e6..817b2e23b 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $" +// "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $" // // Window type code for the Fast Light Tool Kit (FLTK). // @@ -232,7 +232,7 @@ void Fl_Window_Type::open() { } // control panel items: -#include "widget_panel.H" +#include "widget_panel.h" void modal_cb(Fl_Light_Button* i, void* v) { if (v == LOAD) { @@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $". +// End of "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $". // |
