[kwin] Fix includes of NETWM
Used kde4support variant.
This commit is contained in:
parent
6d3acfc71e
commit
ca6f3e329d
5 changed files with 4 additions and 6 deletions
2
client.h
2
client.h
|
@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "tabgroup.h"
|
||||
#include "toplevel.h"
|
||||
#include "xcbutils.h"
|
||||
// KDE
|
||||
#include <NETWinInfo>
|
||||
// Qt
|
||||
#include <QPixmap>
|
||||
#include <QWindow>
|
||||
|
|
|
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#ifndef KWIN_NETINFO_H
|
||||
#define KWIN_NETINFO_H
|
||||
|
||||
#include <NETRootInfo>
|
||||
#include <NETWM>
|
||||
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "virtualdesktops.h"
|
||||
#include "xcbutils.h"
|
||||
// KDE
|
||||
#include <NETWinInfo>
|
||||
#include <NETWM>
|
||||
// Qt
|
||||
#include <QObject>
|
||||
// xcb
|
||||
|
|
2
utils.h
2
utils.h
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// kwin
|
||||
#include <kwinglobals.h>
|
||||
// KDE
|
||||
#include <NET>
|
||||
#include <netwm_def.h>
|
||||
// Qt
|
||||
#include <QList>
|
||||
#include <QPoint>
|
||||
|
|
|
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KConfigGroup>
|
||||
#include <KGlobalAccel>
|
||||
#include <KLocalizedString>
|
||||
#include <NETRootInfo>
|
||||
#include <NETWM>
|
||||
// Qt
|
||||
#include <QAction>
|
||||
|
||||
|
|
Loading…
Reference in a new issue