Krazy fix improper include guards.
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1121812
This commit is contained in:
parent
45d8060704
commit
cc2dadd6b7
2 changed files with 6 additions and 6 deletions
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************/
|
||||
#ifndef PREVIEWDELEGATE_H
|
||||
#define PREVIEWDELEGATE_H
|
||||
#ifndef KWIN_DECORATIONDELEGATE_H
|
||||
#define KWIN_DECORATIONDELEGATE_H
|
||||
#include <QtGui/QStyledItemDelegate>
|
||||
|
||||
class KPushButton;
|
||||
|
@ -42,4 +42,4 @@ class DecorationDelegate : public QStyledItemDelegate
|
|||
|
||||
} // namespace KWin
|
||||
|
||||
#endif // PREVIEWDELEGATE_H
|
||||
#endif // KWIN_DECORATIONDELEGATE_H
|
||||
|
|
|
@ -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/>.
|
||||
*********************************************************************/
|
||||
|
||||
#ifndef PREVIEWMODEL_H
|
||||
#define PREVIEWMODEL_H
|
||||
#ifndef KWIN_DECORATIONMODEL_H
|
||||
#define KWIN_DECORATIONMODEL_H
|
||||
#include <QAbstractListModel>
|
||||
#include <QPixmap>
|
||||
#include <KConfig>
|
||||
|
@ -134,4 +134,4 @@ class DecorationModel : public QAbstractListModel
|
|||
|
||||
} // namespace KWin
|
||||
|
||||
#endif // PREVIEWMODEL_H
|
||||
#endif // KWIN_DECORATIONMODEL_H
|
||||
|
|
Loading…
Reference in a new issue