mirror of
https://github.com/KDE/konsole.git
synced 2026-06-13 08:25:00 -04:00
Krazy fix for #include
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user