kwineffects doesn't use kdecorations
This commit is contained in:
parent
ca36f3e876
commit
2cf51238a8
4 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <kwinconfig.h>
|
||||
#include <QFont>
|
||||
#include <QMatrix4x4>
|
||||
#include <QMouseEvent>
|
||||
#include <klocale.h>
|
||||
#include <kapplication.h>
|
||||
#include <kcolorscheme.h>
|
||||
|
|
|
@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <kwinconfig.h>
|
||||
#include <QFont>
|
||||
#include <QKeyEvent>
|
||||
#include <QMatrix4x4>
|
||||
#include <kconfiggroup.h>
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <Plasma/FrameSvg>
|
||||
#include <Plasma/PushButton>
|
||||
#include <Plasma/WindowEffects>
|
||||
#include <netwm_def.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <kwinconfig.h>
|
||||
#include <kwinglobals.h>
|
||||
#include "kdecoration.h"
|
||||
|
||||
#include <QtCore/QPair>
|
||||
#include <QtCore/QSet>
|
||||
#include <QtCore/QRect>
|
||||
#include <QtGui/QRegion>
|
||||
|
||||
|
|
Loading…
Reference in a new issue