From 99c483991371e4cf8656a10a16ad81926fe40c6f Mon Sep 17 00:00:00 2001 From: Frank Baumgart Date: Thu, 20 Apr 2000 17:37:33 +0000 Subject: [PATCH] --enable-final fixes svn path=/trunk/kdebase/kwin/; revision=47102 --- main.cpp | 4 ++++ plugins.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/main.cpp b/main.cpp index f6e0df3cd1..45c242b0d8 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,10 @@ kwin - the KDE window manager Copyright (C) 1999, 2000 Matthias Ettrich ******************************************************************/ + +// X11/Qt conflict +#undef Bool + #include #include "main.h" #include "options.h" diff --git a/plugins.cpp b/plugins.cpp index 53484c1b34..f58e7b68db 100644 --- a/plugins.cpp +++ b/plugins.cpp @@ -9,6 +9,10 @@ Copyright (C) 1999, 2000 Daniel M. Duley #include #include #include + +// X11/Qt conflict +#undef Unsorted + #include #include