move to the cpp the headers useful for the implementation only, and remove the unneeded ones
svn path=/trunk/KDE/kdelibs/; revision=1004500
This commit is contained in:
parent
6257d4b7a8
commit
ae09154da3
@ -23,6 +23,11 @@
|
||||
|
||||
#include <kwindowsystem.h>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
#include <X11/Xlib.h>
|
||||
#include <QX11Info>
|
||||
#endif
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
|
@ -20,19 +20,10 @@
|
||||
#ifndef PLASMA_WINDOWEFFECTS_H
|
||||
#define PLASMA_WINDOWEFFECTS_H
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QDesktopWidget>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
#include <kdebug.h>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
#include <plasma/plasma.h>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
#include <X11/Xlib.h>
|
||||
#include <QX11Info>
|
||||
#endif
|
||||
|
||||
/** @headerfile plasma/windoweffect.h <Plasma/PaintUtils> */
|
||||
|
||||
namespace Plasma
|
||||
|
Loading…
Reference in New Issue
Block a user