* Add 'PLASMA_' to the header guard macro name

* Replace '#' in the first character of a comment line with '/'

svn path=/trunk/KDE/kdelibs/; revision=1060666
This commit is contained in:
Richard Dale 2009-12-09 15:24:06 +00:00
parent b8e57d0ca0
commit d960f3fcbb

View File

@ -1,4 +1,4 @@
#////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////
// rotationstacked.h //
// //
// Copyright(C) 2009 Igor Trindade Oliveira <igor.oliveira@indt.org.br>//
@ -19,8 +19,8 @@
// 02110-1301 USA //
/////////////////////////////////////////////////////////////////////////
#ifndef ROTATIONSTACKED_H
#define ROTATIONSTACKED_H
#ifndef PLASMA_ROTATIONSTACKED_H
#define PLASMA_ROTATIONSTACKED_H
#include <plasma/animations/animation.h>
#include <plasma/plasma_export.h>