diff options
Diffstat (limited to 'src/gui/radiobutton.h')
-rw-r--r-- | src/gui/radiobutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/radiobutton.h b/src/gui/radiobutton.h index d556e0e3..2d2bdbb7 100644 --- a/src/gui/radiobutton.h +++ b/src/gui/radiobutton.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_RADIOBUTTON_H -#define _TMW_RADIOBUTTON_H +#ifndef RADIOBUTTON_H +#define RADIOBUTTON_H #include <guichan/widgets/radiobutton.hpp> @@ -62,4 +62,4 @@ class RadioButton : public gcn::RadioButton { static Image *radioDisabledChecked; }; -#endif /* _TMW_RADIOBUTTON_H */ +#endif /* RADIOBUTTON_H */ |