From cc2dadd6b754ae74071fa17f940e055f81ad83c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 2 May 2010 10:07:24 +0000 Subject: [PATCH] Krazy fix improper include guards. SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1121812 --- kcmkwin/kwindecoration/decorationdelegate.h | 6 +++--- kcmkwin/kwindecoration/decorationmodel.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kcmkwin/kwindecoration/decorationdelegate.h b/kcmkwin/kwindecoration/decorationdelegate.h index a3e37649de..6e883b9d05 100644 --- a/kcmkwin/kwindecoration/decorationdelegate.h +++ b/kcmkwin/kwindecoration/decorationdelegate.h @@ -17,8 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#ifndef PREVIEWDELEGATE_H -#define PREVIEWDELEGATE_H +#ifndef KWIN_DECORATIONDELEGATE_H +#define KWIN_DECORATIONDELEGATE_H #include class KPushButton; @@ -42,4 +42,4 @@ class DecorationDelegate : public QStyledItemDelegate } // namespace KWin -#endif // PREVIEWDELEGATE_H +#endif // KWIN_DECORATIONDELEGATE_H diff --git a/kcmkwin/kwindecoration/decorationmodel.h b/kcmkwin/kwindecoration/decorationmodel.h index 9888ec731f..c73c529b6f 100644 --- a/kcmkwin/kwindecoration/decorationmodel.h +++ b/kcmkwin/kwindecoration/decorationmodel.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 PREVIEWMODEL_H -#define PREVIEWMODEL_H +#ifndef KWIN_DECORATIONMODEL_H +#define KWIN_DECORATIONMODEL_H #include #include #include @@ -134,4 +134,4 @@ class DecorationModel : public QAbstractListModel } // namespace KWin -#endif // PREVIEWMODEL_H +#endif // KWIN_DECORATIONMODEL_H