diff options
Diffstat (limited to 'src/gui/widgets/guitable.h')
-rw-r--r-- | src/gui/widgets/guitable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/guitable.h b/src/gui/widgets/guitable.h index 3dfc23f1c..37b44410b 100644 --- a/src/gui/widgets/guitable.h +++ b/src/gui/widgets/guitable.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef TABLE_H -#define TABLE_H +#ifndef GUI_WIDGETS_GUITABLE_H +#define GUI_WIDGETS_GUITABLE_H #include "localconsts.h" @@ -193,4 +193,4 @@ private: gcn::Color mHighlightColor; }; -#endif // TABLE_H +#endif // GUI_WIDGETS_GUITABLE_H |