From 08ef17879be420181e2302d15bfb5001713f8502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 15 Sep 2009 10:43:42 +0000 Subject: [PATCH] Fix improper include guards in tabbox (Krazy issue no 14) svn path=/trunk/KDE/kdebase/workspace/; revision=1023785 --- tabbox/clientitemdelegate.h | 6 +++--- tabbox/clientmodel.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tabbox/clientitemdelegate.h b/tabbox/clientitemdelegate.h index e975c2c826..f6d3bf77e6 100644 --- a/tabbox/clientitemdelegate.h +++ b/tabbox/clientitemdelegate.h @@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#ifndef TABBOXDELEGATE_H -#define TABBOXDELEGATE_H +#ifndef CLIENTITEMDELEGATE_H +#define CLIENTITEMDELEGATE_H #include "itemlayoutconfig.h" #include @@ -106,4 +106,4 @@ class ClientItemDelegate } // namespace Tabbox } // namespace KWin -#endif // TABBOXDELEGATE_H +#endif // CLIENTITEMDELEGATE_H diff --git a/tabbox/clientmodel.h b/tabbox/clientmodel.h index 4178a5d065..7c39ec6e61 100644 --- a/tabbox/clientmodel.h +++ b/tabbox/clientmodel.h @@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#ifndef TABBOXMODEL_H -#define TABBOXMODEL_H +#ifndef CLIENTMODEL_H +#define CLIENTMODEL_H #include "tabboxhandler.h" #include @@ -99,4 +99,4 @@ class ClientModel } // namespace Tabbox } // namespace KWin -#endif // TABBOXMODEL_H +#endif // CLIENTMODEL_H