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:
Pino Toscano 2009-07-30 11:09:45 +00:00
parent 6257d4b7a8
commit ae09154da3
2 changed files with 6 additions and 10 deletions

View File

@ -23,6 +23,11 @@
#include <kwindowsystem.h>
#ifdef Q_WS_X11
#include <X11/Xlib.h>
#include <QX11Info>
#endif
namespace Plasma
{

View File

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