summaryrefslogtreecommitdiffstats
path: root/src/gui/effects
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 10:41:34 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 10:41:34 (GMT)
commitf385c3897f00bc40201f35ae7eb61e8de71671af (patch)
treeb3812ad0cac3b8d48891f764786fc4a652eca9a1 /src/gui/effects
parentbd24e3f06e0df6f17f620a722baeea170e29972f (diff)
downloadQt-f385c3897f00bc40201f35ae7eb61e8de71671af.zip
Qt-f385c3897f00bc40201f35ae7eb61e8de71671af.tar.gz
Qt-f385c3897f00bc40201f35ae7eb61e8de71671af.tar.bz2
Header cleanup.
Graphics effects is no longer dependent of graphics view.
Diffstat (limited to 'src/gui/effects')
-rw-r--r--src/gui/effects/qgraphicseffect_p.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gui/effects/qgraphicseffect_p.h b/src/gui/effects/qgraphicseffect_p.h
index a92e7ae..705b442 100644
--- a/src/gui/effects/qgraphicseffect_p.h
+++ b/src/gui/effects/qgraphicseffect_p.h
@@ -55,15 +55,9 @@
#include "qgraphicseffect.h"
-#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
-
#include <private/qobject_p.h>
#include <private/qpixmapfilter_p.h>
-#include <QtCore/qrect.h>
-#include <QtCore/qpoint.h>
-#include <QtGui/qcolor.h>
-
QT_BEGIN_NAMESPACE
class QGraphicsEffectSourcePrivate : public QObjectPrivate
@@ -169,6 +163,5 @@ public:
QT_END_NAMESPACE
-#endif // QT_NO_GRAPHICSVIEW
-
#endif // QGRAPHICSEFFECT_P_H
+