From 2fe2f1bca9cb61ad80a088121570a7921d7f27e7 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 3 Oct 2007 20:23:46 +0000 Subject: [PATCH] Fix compile enable final svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=720828 --- effects/blur.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/effects/blur.cpp b/effects/blur.cpp index 100de8d5c..f649c22d6 100644 --- a/effects/blur.cpp +++ b/effects/blur.cpp @@ -1,3 +1,6 @@ +#ifndef BLUR_CPP +#define BLUR_CPP + /* * Copyright 2007 Jani Huhtanen * @@ -145,3 +148,4 @@ inline const T& qClamp(const T &x, const T &low, const T &high) else return x; } +#endif