File indexing completed on 2025-02-16 11:23:12
0001 /* 0002 KWin - the KDE window manager 0003 This file is part of the KDE project. 0004 0005 SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org> 0006 SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org> 0007 SPDX-FileCopyrightText: 2012 Martin Gräßlin <mgraesslin@kde.org> 0008 0009 SPDX-License-Identifier: GPL-2.0-or-later 0010 */ 0011 0012 #pragma once 0013 0014 namespace KWin 0015 { 0016 0017 class KillWindow 0018 { 0019 public: 0020 KillWindow(); 0021 ~KillWindow(); 0022 0023 void start(); 0024 }; 0025 0026 } // namespace