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>
|
#include <kwindowsystem.h>
|
||||||
|
|
||||||
|
#ifdef Q_WS_X11
|
||||||
|
#include <X11/Xlib.h>
|
||||||
|
#include <QX11Info>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -20,19 +20,10 @@
|
|||||||
#ifndef PLASMA_WINDOWEFFECTS_H
|
#ifndef PLASMA_WINDOWEFFECTS_H
|
||||||
#define PLASMA_WINDOWEFFECTS_H
|
#define PLASMA_WINDOWEFFECTS_H
|
||||||
|
|
||||||
#include <QtGui/QApplication>
|
#include <QtGui/QWidget>
|
||||||
#include <QtGui/QDesktopWidget>
|
|
||||||
|
|
||||||
#include <kdebug.h>
|
|
||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
|
||||||
#include <plasma/plasma.h>
|
#include <plasma/plasma.h>
|
||||||
|
|
||||||
#ifdef Q_WS_X11
|
|
||||||
#include <X11/Xlib.h>
|
|
||||||
#include <QX11Info>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @headerfile plasma/windoweffect.h <Plasma/PaintUtils> */
|
/** @headerfile plasma/windoweffect.h <Plasma/PaintUtils> */
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
|
Loading…
Reference in New Issue
Block a user