[kwin] Fix includes of NETWM

Used kde4support variant.
This commit is contained in:
Martin Gräßlin 2014-03-18 14:32:53 +01:00
parent 6d3acfc71e
commit ca6f3e329d
5 changed files with 4 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>