Fix improper include guards.
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063324
This commit is contained in:
parent
67f047e290
commit
5744a0c0f2
3 changed files with 6 additions and 6 deletions
|
@ -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 KWIN_SLIDEBACK_H
|
||||
#define KWIN_SLIDEBACK_H
|
||||
#ifndef KWIN_SLIDINGPOPUPS_H
|
||||
#define KWIN_SLIDINGPOPUPS_H
|
||||
|
||||
// Include with base class for effects.
|
||||
#include <kwineffects.h>
|
||||
|
|
|
@ -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.
|
||||
******************************************************************/
|
||||
|
||||
#ifndef WOBBLYWINDOWS_H
|
||||
#define WOBBLYWINDOWS_H
|
||||
#ifndef KWIN_WOBBLYWINDOWS_H
|
||||
#define KWIN_WOBBLYWINDOWS_H
|
||||
|
||||
// Include with base class for effects.
|
||||
#include <kwineffects.h>
|
||||
|
|
|
@ -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/>.
|
||||
*********************************************************************/
|
||||
|
||||
#ifndef KWIN_WOBBLY_CONFIG_H
|
||||
#define KWIN_WOBBLY_CONFIG_H
|
||||
#ifndef KWIN_WOBBLYWINDOWS_CONFIG_H
|
||||
#define KWIN_WOBBLYWINDOWS_CONFIG_H
|
||||
|
||||
#include <kcmodule.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue