summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/Fl_Widget_Type.h6
-rw-r--r--fluid/widget_panel.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h
index 180629e78..c9fcba03b 100644
--- a/fluid/Fl_Widget_Type.h
+++ b/fluid/Fl_Widget_Type.h
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Widget_Type.h,v 1.2 1998/10/21 16:28:56 mike Exp $"
+// "$Id: Fl_Widget_Type.h,v 1.3 1998/12/06 15:18:39 mike Exp $"
//
// Widget type header file for the Fast Light Tool Kit (FLTK).
//
@@ -27,7 +27,7 @@
// Please report all bugs and problems to "fltk-bugs@easysw.com".
//
-#include "Fl_Type.H"
+#include "Fl_Type.h"
struct Fl_Menu_Item;
class Fluid_Image;
@@ -90,5 +90,5 @@ void* const LOAD = (void *)9831;
extern Fl_Widget_Type *current_widget; // one of the selected ones
//
-// End of "$Id: Fl_Widget_Type.h,v 1.2 1998/10/21 16:28:56 mike Exp $".
+// End of "$Id: Fl_Widget_Type.h,v 1.3 1998/12/06 15:18:39 mike Exp $".
//
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index 8e1997194..9e499b499 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -1,6 +1,6 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00
-#include "Shortcut_Button.H"
+#include "Shortcut_Button.h"
#include <FL/Fl.H>
#include <FL/Fl_Box.H>
#include <FL/Fl_Button.H>