Fix improper include guards in tabbox (Krazy issue no 14)

svn path=/trunk/KDE/kdebase/workspace/; revision=1023785
This commit is contained in:
Martin Gräßlin 2009-09-15 10:43:42 +00:00
parent 87c2711665
commit 08ef17879b
2 changed files with 6 additions and 6 deletions

View file

@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/ *********************************************************************/
#ifndef TABBOXDELEGATE_H #ifndef CLIENTITEMDELEGATE_H
#define TABBOXDELEGATE_H #define CLIENTITEMDELEGATE_H
#include "itemlayoutconfig.h" #include "itemlayoutconfig.h"
#include <QAbstractItemDelegate> #include <QAbstractItemDelegate>
@ -106,4 +106,4 @@ class ClientItemDelegate
} // namespace Tabbox } // namespace Tabbox
} // namespace KWin } // namespace KWin
#endif // TABBOXDELEGATE_H #endif // CLIENTITEMDELEGATE_H

View file

@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/ *********************************************************************/
#ifndef TABBOXMODEL_H #ifndef CLIENTMODEL_H
#define TABBOXMODEL_H #define CLIENTMODEL_H
#include "tabboxhandler.h" #include "tabboxhandler.h"
#include <QModelIndex> #include <QModelIndex>
@ -99,4 +99,4 @@ class ClientModel
} // namespace Tabbox } // namespace Tabbox
} // namespace KWin } // namespace KWin
#endif // TABBOXMODEL_H #endif // CLIENTMODEL_H