diff --git a/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h b/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h index 12d412c26f..ebb5b60553 100644 --- a/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h +++ b/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h @@ -2,8 +2,8 @@ * Copyright 2007, Ingo Weinhold . * All rights reserved. Distributed under the terms of the MIT License. */ -#ifndef WIDGET_LAYOUT_TEST_CHECK_BOX_H -#define WIDGET_LAYOUT_TEST_CHECK_BOX_H +#ifndef WIDGET_LAYOUT_TEST_RADIO_BUTTON_H +#define WIDGET_LAYOUT_TEST_RADIO_BUTTON_H #include @@ -76,4 +76,4 @@ private: }; -#endif // WIDGET_LAYOUT_TEST_CHECK_BOX_H +#endif // WIDGET_LAYOUT_TEST_RADIO_BUTTON_H