From 148f62204fe0a5f0eeba03bf66af94532c60a970 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 7 Aug 2009 15:26:13 +0200 Subject: Krazy issues, part 3 - improper include guards --- src/mainview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 82485e64..982fd9eb 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -26,8 +26,8 @@ * ============================================================ */ -#ifndef TABWIDGET_H -#define TABWIDGET_H +#ifndef MAINVIEW_H +#define MAINVIEW_H // Local Includes #include "webview.h" @@ -179,4 +179,4 @@ private: QToolButton *m_addTabButton; }; -#endif +#endif // MAINVIEW_H -- cgit v1.2.1