[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma
From:       Pino Toscano <pino () kde ! org>
Date:       2009-07-30 11:09:48
Message-ID: 1248952188.502716.27129.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1004500 by pino:

move to the cpp the headers useful for the implementation only, and remove the unneeded ones


 M  +5 -0      windoweffects.cpp  
 M  +1 -10     windoweffects.h  


--- trunk/KDE/kdelibs/plasma/windoweffects.cpp #1004499:1004500
@@ -23,6 +23,11 @@
 
 #include <kwindowsystem.h>
 
+#ifdef Q_WS_X11
+#include <X11/Xlib.h>
+#include <QX11Info>
+#endif
+
 namespace Plasma
 {
 
--- trunk/KDE/kdelibs/plasma/windoweffects.h #1004499:1004500
@@ -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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic