diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-07 15:26:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-07 15:26:13 +0200 |
commit | 148f62204fe0a5f0eeba03bf66af94532c60a970 (patch) | |
tree | 2884913217e5bbef80792370a1bec31c5aa56d8d /src/mainview.h | |
parent | Krazy fixes. Part 2. (diff) | |
download | rekonq-148f62204fe0a5f0eeba03bf66af94532c60a970.tar.xz |
Krazy issues, part 3
- improper include guards
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 |