diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |