Include kwinglobals in kdecoration.h for KWIN_EXPORT
No need to define it twice in KWin.
This commit is contained in:
parent
1468c1ed51
commit
ab88d8e3b0
1 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,8 @@ DEALINGS IN THE SOFTWARE.
|
|||
#ifndef KDECORATION_H
|
||||
#define KDECORATION_H
|
||||
|
||||
#include <kwinglobals.h>
|
||||
|
||||
#include <QtGui/QColor>
|
||||
#include <QtGui/QFont>
|
||||
#include <QObject>
|
||||
|
@ -32,8 +34,6 @@ DEALINGS IN THE SOFTWARE.
|
|||
#include <netwm_def.h>
|
||||
#include <QtGui/QMouseEvent>
|
||||
|
||||
#define KWIN_EXPORT KDE_EXPORT
|
||||
|
||||
#define KWIN_DECORATION_API_VERSION 1
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue