diff --git a/examples/automotive/ButtonBar.h b/examples/automotive/ButtonBar.h index fe35322f..9bfc34ae 100644 --- a/examples/automotive/ButtonBar.h +++ b/examples/automotive/ButtonBar.h @@ -1,5 +1,5 @@ -#ifndef _BUTTON_BAR_ -#define _BUTTON_BAR_ +#ifndef BUTTON_BAR +#define BUTTON_BAR #include diff --git a/examples/automotive/SkinFactory.h b/examples/automotive/SkinFactory.h index 5eb89963..a8d9c846 100644 --- a/examples/automotive/SkinFactory.h +++ b/examples/automotive/SkinFactory.h @@ -1,5 +1,5 @@ -#ifndef _SKIN_FACTORY_H_ -#define _SKIN_FACTORY_H_ +#ifndef SKIN_FACTORY_H +#define SKIN_FACTORY_H #include diff --git a/examples/boxes/Box.h b/examples/boxes/Box.h index 6407bbdc..3ecffed5 100644 --- a/examples/boxes/Box.h +++ b/examples/boxes/Box.h @@ -1,5 +1,5 @@ -#ifndef _BOX_H_ -#define _BOX_H_ +#ifndef BOX_H +#define BOX_H #include "Palette.h" #include diff --git a/examples/boxes/Palette.h b/examples/boxes/Palette.h index be6a6720..7b7c9af1 100644 --- a/examples/boxes/Palette.h +++ b/examples/boxes/Palette.h @@ -1,5 +1,5 @@ -#ifndef _PALETTE_H_ -#define _PALETTE_H_ 1 +#ifndef PALETTE_H +#define PALETTE_H 1 #include #include diff --git a/examples/dialogbuttons/Window.h b/examples/dialogbuttons/Window.h index 2e693fa2..9ed2bc17 100644 --- a/examples/dialogbuttons/Window.h +++ b/examples/dialogbuttons/Window.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _WINDOW_H_ -#define _WINDOW_H_ 1 +#ifndef WINDOW_H +#define WINDOW_H 1 #include #include diff --git a/examples/frames/Frame.h b/examples/frames/Frame.h index eb225eeb..83d3cb34 100644 --- a/examples/frames/Frame.h +++ b/examples/frames/Frame.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the QSkinny License, Version 1.0 *****************************************************************************/ -#ifndef _FRAME_H -#define _FRAME_H +#ifndef FRAME_H +#define FRAME_H #include "QskControl.h" diff --git a/examples/gbenchmark/Benchmark.h b/examples/gbenchmark/Benchmark.h index 41b1fe43..897c161e 100644 --- a/examples/gbenchmark/Benchmark.h +++ b/examples/gbenchmark/Benchmark.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _BENCHMARK_ -#define _BENCHMARK_ 1 +#ifndef BENCHMARK_ +#define BENCHMARK_ 1 class QString; diff --git a/examples/layouts/ButtonBox.h b/examples/layouts/ButtonBox.h index a54c2360..a0e5311d 100644 --- a/examples/layouts/ButtonBox.h +++ b/examples/layouts/ButtonBox.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _BUTTON_BOX_ -#define _BUTTON_BOX_ 1 +#ifndef BUTTON_BOX +#define BUTTON_BOX 1 #include #include diff --git a/examples/layouts/DynamicConstraintsPage.h b/examples/layouts/DynamicConstraintsPage.h index 7c8fda76..b002d0cf 100644 --- a/examples/layouts/DynamicConstraintsPage.h +++ b/examples/layouts/DynamicConstraintsPage.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _DYNAMIC_CONSTRAINTS_PAGE_ -#define _DYNAMIC_CONSTRAINTS_PAGE_ 1 +#ifndef DYNAMIC_CONSTRAINTS_PAGE +#define DYNAMIC_CONSTRAINTS_PAGE 1 #include diff --git a/examples/layouts/FlowLayoutPage.h b/examples/layouts/FlowLayoutPage.h index f5be2889..6c95d6ae 100644 --- a/examples/layouts/FlowLayoutPage.h +++ b/examples/layouts/FlowLayoutPage.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _FLOW_LAYOUT_PAGE_ -#define _FLOW_LAYOUT_PAGE_ 1 +#ifndef FLOW_LAYOUT_PAGE +#define FLOW_LAYOUT_PAGE 1 #include diff --git a/examples/layouts/LinearLayoutPage.h b/examples/layouts/LinearLayoutPage.h index ebb11284..46b7d1f4 100644 --- a/examples/layouts/LinearLayoutPage.h +++ b/examples/layouts/LinearLayoutPage.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _LINERAR_LAYOUT_PAGE_ -#define _LINEAR_LAYOUT_PAGE_ 1 +#ifndef LINERAR_LAYOUT_PAGE +#define LINEAR_LAYOUT_PAGE 1 #include diff --git a/examples/layouts/StackLayoutPage.h b/examples/layouts/StackLayoutPage.h index 5804fc66..4e712e7d 100644 --- a/examples/layouts/StackLayoutPage.h +++ b/examples/layouts/StackLayoutPage.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _STACK_LAYOUT_PAGE_ -#define _STACK_LAYOUT_PAGE_ 1 +#ifndef STACK_LAYOUT_PAGE +#define STACK_LAYOUT_PAGE 1 #include diff --git a/examples/layouts/TestRectangle.h b/examples/layouts/TestRectangle.h index 436df366..4659a7f4 100644 --- a/examples/layouts/TestRectangle.h +++ b/examples/layouts/TestRectangle.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _TEST_RECTANGLE_ -#define _TEST_RECTANGLE_ 1 +#ifndef TEST_RECTANGLE +#define TEST_RECTANGLE 1 #include diff --git a/examples/qvgviewer/MainWindow.h b/examples/qvgviewer/MainWindow.h index d46edf1c..ad8e2e2f 100644 --- a/examples/qvgviewer/MainWindow.h +++ b/examples/qvgviewer/MainWindow.h @@ -3,8 +3,8 @@ * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ -#ifndef _MAIN_WINDOW_H_ -#define _MAIN_WINDOW_H_ +#ifndef MAIN_WINDOW_H_ +#define MAIN_WINDOW_H_ #include