Krazy fix for #include

This commit is contained in:
Jekyll Wu
2012-02-27 05:46:41 +08:00
parent 1f72e9efaa
commit ba8aaef88b

View File

@@ -18,12 +18,12 @@
along with this program. If not, see http://www.gnu.org/licenses/.
*/
//KDE
#include <KWindowSystem>
// Own
#include "WindowSystemInfo.h"
// KDE
#include <KWindowSystem>
using Konsole::WindowSystemInfo;
const bool WindowSystemInfo::HAVE_TRANSPARENCY = KWindowSystem::compositingActive();