From 20d9fcbab1deada7260965dd12c1d22e62a8b341 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 28 Oct 2006 16:50:34 +0000 Subject: Fixing caps in class names. --- Dalos/Hexview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dalos/Hexview.h') diff --git a/Dalos/Hexview.h b/Dalos/Hexview.h index 4bee1f8..845012f 100644 --- a/Dalos/Hexview.h +++ b/Dalos/Hexview.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Hexview.h,v 1.5 2006-02-02 11:01:12 pixel Exp $ */ +/* $Id: Hexview.h,v 1.6 2006-10-28 16:50:34 pixel Exp $ */ #ifndef __HEXVIEW_H__ #define __HEXVIEW_H__ @@ -25,14 +25,14 @@ #include #include -class hexview : public mogltk::widget { +class hexview : public mogltk::Widget { public: class hexview_keyevent : public mogltk::engine::keyevent { public: virtual void down(SDL_keysym k); virtual void up(SDL_keysym k); }; - hexview(mogltk::shape * sh, mogltk::widget * father); + hexview(mogltk::Shape * sh, mogltk::Widget * father); virtual ~hexview() throw (GeneralException); void set_virtual_base(int _virtual_base); int get_nlines(); -- cgit v1.2.3