Fix improper include guards.

SVN_SILENT

svn path=/trunk/KDE/kdebase/workspace/; revision=1063324
icc-effect-5.14.5
Martin Gräßlin 2009-12-17 20:50:07 +00:00
parent 67f047e290
commit 5744a0c0f2
3 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 KWIN_SLIDEBACK_H #ifndef KWIN_SLIDINGPOPUPS_H
#define KWIN_SLIDEBACK_H #define KWIN_SLIDINGPOPUPS_H
// Include with base class for effects. // Include with base class for effects.
#include <kwineffects.h> #include <kwineffects.h>

View File

@ -8,8 +8,8 @@ You can Freely distribute this program under the GNU General Public
License. See the file "COPYING" for the exact licensing terms. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
#ifndef WOBBLYWINDOWS_H #ifndef KWIN_WOBBLYWINDOWS_H
#define WOBBLYWINDOWS_H #define KWIN_WOBBLYWINDOWS_H
// Include with base class for effects. // Include with base class for effects.
#include <kwineffects.h> #include <kwineffects.h>

View File

@ -19,8 +19,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 KWIN_WOBBLY_CONFIG_H #ifndef KWIN_WOBBLYWINDOWS_CONFIG_H
#define KWIN_WOBBLY_CONFIG_H #define KWIN_WOBBLYWINDOWS_CONFIG_H
#include <kcmodule.h> #include <kcmodule.h>