X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-keypad.h;h=0e6fa8e5b90aa5f7e68653a26cce5df7881e76bb;hb=c715c0e2985569be39d5eacb23fd00dcfbd9f393;hp=97938fb84a858615b3d24d59a52743dc220ea732;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/ui/gui/psppire-keypad.h b/src/ui/gui/psppire-keypad.h index 97938fb84a..0e6fa8e5b9 100644 --- a/src/ui/gui/psppire-keypad.h +++ b/src/ui/gui/psppire-keypad.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,8 +49,7 @@ #include #include -#include -#include +#include G_BEGIN_DECLS @@ -103,7 +102,7 @@ struct _PsppireKeypad struct _PsppireKeypadClass { - GtkTableClass parent_class; + GtkEventBoxClass parent_class; void (*keypad)(PsppireKeypad*); };