diff --git a/src/WindowSystemInfo.cpp b/src/WindowSystemInfo.cpp index b96c39868..f9bc9a425 100644 --- a/src/WindowSystemInfo.cpp +++ b/src/WindowSystemInfo.cpp @@ -18,12 +18,12 @@ along with this program. If not, see http://www.gnu.org/licenses/. */ -//KDE -#include - // Own #include "WindowSystemInfo.h" +// KDE +#include + using Konsole::WindowSystemInfo; const bool WindowSystemInfo::HAVE_TRANSPARENCY = KWindowSystem::compositingActive();