diff options
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r-- | Dalos/Hexview.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <engine.h> #include <widgets.h> -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(); |